Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "horse_power": {
- "type": "object",
- "properties": {
- "value": {
- "type": "integer",
- "minimum": 1
- },
- "actions": {
- "default": "in",
- "enum": ["gt", "gte", "lt", "lte", "eq"]
- },
- },
- "required": ["value", "actions"]
- },
Advertisement
Add Comment
Please, Sign In to add comment