type: objectproperties: myObj: # arbitrary name for the object type: integer # missing "minimum" & "maximum"
type: objectproperties: myObj: # arbitrary name for the object type: integer maximum: 99 minimum: 1
type: objectproperties: myObj: # arbitrary name for the object type: integer exclusiveMaximum: 99 exclusiveMinimum: 1
Check the FireTail blog and research documents for up-to-date information.