Get schema
get_schemaGet a single schema by slug or id, including the JSON Schema body of its current version — use it to author a datafile that conforms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | the schema slug (provide this or schema_id) | |
| schema_id | No | the schema id (provide this or slug) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| version | No | ||
| schema_id | Yes | ||
| description | Yes | ||
| json_schema | No | ||
| display_name | Yes | ||
| latest_version | Yes | ||
| last_published_version | Yes |