object
-
json_typestring -
namestring required -
ordinalinteger -
typestring required
OpenAPI schema definition
{
"properties": {
"json_type": {
"type": "string"
},
"name": {
"type": "string"
},
"ordinal": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
}