mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
add schema change to use enum in arch_config (#304)
This commit is contained in:
parent
be8c3c9ea3
commit
726f1a3185
2 changed files with 6 additions and 1 deletions
|
|
@ -88,6 +88,10 @@ properties:
|
|||
type: string
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue