{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "State", "type": "object", "required": [ "default_reports_limit" ], "properties": { "default_reports_limit": { "type": "integer", "format": "uint16", "minimum": 0.0 } } }