OpenaAPI spec of Knowledge Model
OpenAPI Spec
Bad Request.
Unauthorized access.
Forbidden.
The specified resource was not found
Too Many Requests.
Internal Server Error.
Service Unavailable.
{- "openapi": "string",
- "info": {
- "title": "string",
- "description": "string",
- "termsOfService": "../dictionary",
- "contact": {
- "name": "string",
- "url": "../dictionary"
}, - "version": "string",
- "x-audience": "EX"
}, - "servers": [
- {
- "url": "string"
}
], - "security": [
- {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
], - "paths": { },
- "components": {
- "schemas": {
- "title": "string",
- "multipleOf": 0,
- "maximum": 0,
- "exclusiveMaximum": false,
- "minimum": 0,
- "exclusiveMinimum": false,
- "maxLength": 0,
- "minLength": 0,
- "pattern": "/regex/",
- "maxItems": 0,
- "minItems": 0,
- "uniqueItems": false,
- "maxProperties": 0,
- "minProperties": 0,
- "required": [
- "string"
], - "enum": [
- null
], - "type": "array",
- "not": { },
- "allOf": [
- { }
], - "oneOf": [
- { }
], - "anyOf": [
- { }
], - "items": { },
- "properties": {
- "property1": { },
- "property2": { }
}, - "additionalProperties": true,
- "description": "string",
- "format": "string",
- "default": null,
- "nullable": false,
- "example": null
}
}
}