☰ Contents
AISA v2.0 / Technical documentation / configuration-input.schema.json

configuration-input.schema.json

JSON · 14 lines · 439 bytes · wiki path 10 Architecture/contracts/configuration-input.schema.json · download the raw file · cited from Contracts · Modules and their runtime declarations

Same folder: Connectors.Abstractions.cs · configuration-change.schema.json · connector-capability.schema.json · eval-set.schema.json · execution-obligations.schema.json · ledger-record.schema.json · message-envelope.schema.json · model-turn.schema.json · module-manifest.schema.json · openapi.yaml · realtime-events.schema.json · runtime-state.schema.json · tool-package.schema.json · validate_case_journeys.py · validate_contracts.py · validate_runtime_contracts.py · validate_tool_packages.py · write-shape.schema.json

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://aisa.ablera.com/contracts/configuration-input.schema.json",
  "title": "Configuration stage input — full product or scoped delta",
  "x-status": "draft",
  "oneOf": [
    {
      "$ref": "https://ablera.dev/aisa-next/contracts/product.schema.json"
    },
    {
      "$ref": "https://aisa.ablera.com/contracts/configuration-change.schema.json"
    }
  ]
}