17 lines
296 B
JSON
17 lines
296 B
JSON
{
|
|
"title": "Control IDs",
|
|
"description": "The IDs of the controls that will be created by the factory.",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"title": "Control ID",
|
|
"type": "string"
|
|
}
|
|
}
|
|
]
|
|
}
|