object
-
currentboolean -
defaultstring -
end_propertystring -
extentstring required -
multiple_valuesboolean -
namestring required -
nearest_valueboolean -
source_axisstring -
source_propertystring -
unitsstring required
OpenAPI schema definition
{
"properties": {
"current": {
"type": "boolean"
},
"default": {
"type": "string"
},
"end_property": {
"type": "string"
},
"extent": {
"type": "string"
},
"multiple_values": {
"type": "boolean"
},
"name": {
"type": "string"
},
"nearest_value": {
"type": "boolean"
},
"source_axis": {
"type": "string"
},
"source_property": {
"type": "string"
},
"units": {
"type": "string"
}
},
"required": [
"name",
"units",
"extent"
],
"type": "object"
}