{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/dassault/json-schema/403_basic_forbidden.json", "title": "403 Basic Forbidden", "type": "object", "description": "Access Forbidden.", "properties": { "message": { "type": "string" } }, "required": [ "message" ] }