Files
2023-10-24 19:49:51 +02:00

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"
}
}
]
}