--- layout: default --- {{ content | markdownify}} {% assign table_schema = site.data[page.schema] %} {% assign table_schema_id = table_schema.name %} {{ table_schema.description | markdownify}}
Source:
{{ page.schema }}.json
| Name | Definition | Type |
|---|---|---|
{{ field.name }}{% if field.constraints.required %}*{% endif %}
|
{{ field.description | markdownify }} {% if field.constraints %}
Constraints
Example:
|
{{ field.type }} |