{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tagElement400Error", "title": "Bad Request", "type": "object", "properties": { "error": { "type": "string", "description": "A short summary of the problem.", "example": "Bad Request" }, "message": { "type": "string", "description": "The error message.", "example": "params/slug must match pattern \\\"^[a-z][a-z0-9-]*[a-z0-9]+$\\\"" }, "statusCode": { "type": "integer", "format": "http-status-code", "description": "The error's HTTP status code.", "example": 400 } } }