{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/import400ErrorUnsupportedOASVersion", "title": "Unsupported OpenAPI Version", "type": "object", "properties": { "error": { "type": "object", "properties": { "name": { "type": "string", "description": "The error name.", "example": "userInputError" }, "message": { "type": "string", "description": "The error message.", "example": "Unsupported OpenAPI version: 3.2.0. Postman API only supports versions 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0" } } } } }