{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apiVersion404ErrorNotFound", "title": "API Version Not Found", "type": "object", "properties": { "type": { "type": "string", "description": "The type of error.", "example": "VersionNotFound" }, "title": { "type": "string", "description": "A short summary of the problem.", "example": "API Version not found." }, "detail": { "type": "string", "description": "Information about the error.", "example": "We could not find the API Version you are looking for." } } }