{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/schemaSecurityValidation400Error", "title": "Invalid Schema", "type": "object", "properties": { "error": { "type": "object", "properties": { "name": { "type": "object", "properties": { "name": { "type": "string", "description": "The error name.", "example": "Invalid schema" }, "message": { "type": "string", "description": "The error message.", "example": "Provided schema type is not supported." } } } } } } }