ApiSchemas
IdentityPolicy
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions
JSON Schema
{
"type": "object",
"properties": {
"required": {
"type": "boolean"
},
"switchable": {
"type": "boolean"
},
"scopesAllowed": {
"type": "array",
"items": {
"$ref": "#/components/schemas/IdentityScope"
},
"maxItems": 16
}
},
"additionalProperties": false
}