This commit is contained in:
DaanV2
2021-06-16 17:47:29 +02:00
parent ec77c8d0d3
commit becf051919

View File

@@ -7,7 +7,7 @@
"test": { "type": "string", "title": "Test Property", "description": "The test property" },
"operator": { "$ref": "./types/operator.json" },
"subject": { "$ref": "./types/subject.json" },
"value": { "type": "integer", "description": "The altitude value to compare with", "minimum": 0, "title": "Value" }
"value": { "type": "integer", "description": "The altitude value to compare with", "title": "Value" }
},
"additionalProperties": false
}