{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api400ErrorVersionIdMissing", "title": "Version ID Missing", "type": "object", "properties": { "type": { "type": "string", "description": "The error type.", "example": "invalidParamError" }, "title": { "type": "string", "description": "A short summary of the problem.", "example": "Invalid request body" }, "detail": { "type": "string", "description": "Details about the error.", "example": "Missing field 'versionId' in the request body" } } }