{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/apiVersion400ErrorInstanceNotFound",
"title": "API Version Not Found",
"type": "object",
"properties": {
"error": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The type of error.",
"example": "instanceNotFoundError"
},
"message": {
"type": "string",
"description": "The error message.",
"example": "We could not find the API version you are looking for"
}
}
}
}
}