schema.json (273B)
1 { 2 "type": "object", 3 "properties": { 4 "count": { "type": "integer" }, 5 "ratio": { "type": "number" }, 6 "active": { "type": "boolean" }, 7 "label": { "type": "string" }, 8 "anything": {} 9 }, 10 "required": ["count", "ratio", "active", "label", "anything"] 11 }