ApiSchemas
ProviderNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by providers.delete, providers.get, providers.getByName, providers.models, providers.test, sessions.create
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"ProviderNotFound"
]
},
"providerId": {
"$ref": "#/components/schemas/ProviderId"
},
"name": {
"type": "string"
}
},
"required": [
"_tag"
],
"additionalProperties": false
}