Mistral AI · Schema
Error
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| message | string | |
| param | stringnull | |
| code | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Error",
"title": "Error",
"type": "object",
"properties": {
"type": {
"type": "string"
},
"message": {
"type": "string"
},
"param": {
"type": [
"string",
"null"
]
},
"code": {
"type": [
"string",
"null"
]
}
}
}