Configuration Schemas

Intelligence Hub generates JSON Schema documents that describe the structure of its configuration objects. These schemas can be used to:

  • Validate configuration before import
  • Provide structured context to AI agents and tools

Available Schemas

Schema endpoints are served by the Intelligence Hub REST API and do not require authentication.

Schema URL Description
Pipeline /v2/schemas/pipeline Full structure of a Pipeline configuration
Output Qualifier /v2/schemas/output/qualifier Output destination settings, with variants discriminated by the type field
Instance /v2/schemas/instance Instance configuration structure

All schemas conform to JSON Schema Draft 2020-12 and are generated at startup.