{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ApiForbiddenResponse", "type": "object", "additionalProperties": false, "properties": { "msg": { "type": "string" }, "reason": { "type": "string", "nullable": true } } }