Skip to main content
The Configuration API lets you upload validation schemas and generate JSON Schema or XSD from sample data using AI.

Upload Config File

Upload a validation schema to the platform’s configuration store (MinIO).
The uploaded file is stored at {env}-config/{type}/{filename} in MinIO and can be referenced in pipeline configurations.

Example

Response


Generate Schema from Sample Data

Use AI to generate a JSON Schema or XSD from sample data. The generated schema is stored in MinIO and can be referenced in pipeline configurations for data quality validation.

Example

Response

For xsd type, the filename uses .xsd extension and the response contains a generated W3C XML Schema.