ApiSchemas
ProviderTestResult
One shape from the contract, as it appears on the wire.
Used by providers.test
JSON Schema
{
"type": "object",
"properties": {
"ok": {
"type": "boolean",
"enum": [
true
]
},
"model": {
"type": "string",
"minLength": 1
}
},
"required": [
"ok"
],
"additionalProperties": false
}