Code Rooms
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://kognit1v.local/contracts/adapter-pack.schema.json",
"title": "KOGNIT1V Adapter Pack",
"type": "object",
"required": ["id", "provider_class", "allowed_effects", "allowed_hosts", "required_env_names", "redacted_fields", "modes", "idempotency_policy"],
"properties": {
"id": { "type": "string" },
"provider_class": { "type": "string" },
"allowed_effects": {
"type": "array",
"items": { "type": "string" }
},
"allowed_hosts": {
"required_env_names": {
"redacted_fields": {
"modes": {
"idempotency_policy": { "type": "string" }
}