{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/v10HeaderMissing", "title": "Missing v10 Accept Header", "type": "object", "properties": { "name": { "type": "string", "description": "The error name.", "example": "instanceNotFoundError" }, "message": { "type": "string", "description": "The error message.", "example": "API not found. For v10 and later APIs, ensure that your request sends the \"application/vnd.api.v10+json\" Accept header." } } }