Data Extraction API - Metadata endpoint that returns the schema definition of each entity type
Provide a schema discovery endpoint that allows clients to programmatically retrieve resource metadata, enabling automated data pipelines without requiring manual field mapping.
At minimum:
- Field id
- Field name
- Display label
- Field type
- Description
- List of possible values when Enum
- Created date
- Last modified date
In the iterated version of this, it would be good to have metadata on the UTA types (L1, L2, L3) and relationships between entities.
2
votes