Documentation Index

Fetch the complete documentation index at: https://docs.aifabrix.ai/llms.txt

Use this file to discover all available pages before exploring further.

Application schema

Prev Next

Reference for application.yaml / deploy manifest for external integrations and builder applications.

Source of truth

  • Schema file: application-schema.json (shipped with the Builder CLI schema bundle)
  • Schema key: application-schema
  • Version: 1.4.0 (verify in schema metadata.version)

Validate:

aifabrix validate <systemKey>

Top-level fields (summary)

Field Purpose
appKey Application identifier
type Application type (external for integrations)
externalIntegration Systems list, datasource list, schema paths, autopublish flags
build / deploy Container and deploy manifest settings (app-specific)

External integration block

For external systems, externalIntegration tracks:

  • registered systems and dataSources file paths
  • schema base path for validation
  • version and autopublish behavior

Use aifabrix repair <systemKey> when application.yaml drifts from on-disk JSON files.

Related