Upload Config File
Upload a validation schema to the platform’s configuration store (MinIO).| Parameter | Type | Required | Description |
|---|---|---|---|
file | form-data | Yes | The configuration file to upload |
type | form-data | Yes | File type: validation-schema |
{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.| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Schema type: json-schema or xsd |
name | string | Yes | Name for the generated schema file |
sampleData | string | Yes | Sample data content for the AI to analyze |
Example
Response
xsd type, the filename uses .xsd extension and the response contains a generated W3C XML Schema.