Skip to main content
Applies to:
  • Plan -
  • Deployment -

Summary

Goal: Configure dataset schemas programmatically via API using the metadata.__schemas field. Features: Dataset API endpoints, metadata.__schemas field, JSON Schema validation with enforce flag.

Configuration Steps

Step 1: Create dataset with schema

POST to /v1/dataset with __schemas in metadata field.

Step 2: Update existing dataset schema

PATCH to /v1/dataset/ with __schemas in metadata field.

Step 3: Retrieve existing schema

GET from /v1/dataset/ to view current schema configuration.

Step 4: Copy schema structure from UI

Create schema in UI first, then GET the dataset to copy the __schemas object structure for programmatic use.