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.

SchemaURLDescription
Pipeline/v2/schemas/pipelineFull structure of a Pipeline configuration
Output Qualifier/v2/schemas/output/qualifierOutput destination settings, with variants discriminated by the type field
Instance/v2/schemas/instanceInstance configuration structure

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