[fix] api:group_list:output_schema
This commit is contained in:
parent
8d803cbec1
commit
cc244ad576
|
|
@ -52,6 +52,10 @@ namespace _espe.api
|
||||||
"type": "intiger",
|
"type": "intiger",
|
||||||
"description": "ID"
|
"description": "ID"
|
||||||
},
|
},
|
||||||
|
"preview": {
|
||||||
|
"nullable": false,
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"nullable": false,
|
"nullable": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
@ -63,9 +67,16 @@ namespace _espe.api
|
||||||
"description": "Beschriftung"
|
"description": "Beschriftung"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"additionalProperties": false,
|
||||||
|
"required": [
|
||||||
|
"name",
|
||||||
|
"label",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"id",
|
"id",
|
||||||
"name",
|
"preview",
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
"restriction": () => restriction_none,
|
"restriction": () => restriction_none,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue