{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.osohq.com/schemas/AuthorizeResult.json", "title": "AuthorizeResult", "type": "object", "required": [ "allowed" ], "properties": { "allowed": { "type": "boolean" } } }