UNDOCUMENTATED description, or needs to be filled in
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
"title": "TODO",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"name": { "type": "string", "description": "TODO description", "title": "TODO Title" },
|
||||
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"states": {
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "\\w*:?\\w+" },
|
||||
"additionalProperties": { "oneOf": [{ "type": "boolean" }, { "type": "integer" }, { "type": "string" }] },
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user