blob: 10e9243b77159f867aa9af14167f5f5d0c6f8b7e [file] [log] [blame]
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://example.com/root.json",
"type": "object",
"title": "The Root Schema",
"required": [
"subscriptionActive"
],
"properties": {
"subscriptionActive": {
"$id": "#/properties/subscriptionActive",
"type": "boolean",
"title": "The Active Schema",
"default": false,
"examples": [
true
]
}
}
}