[ { {%- for attribute in model.attributes %} "{{ attribute.name }}": {{ attribute.exampleValue }} {%- endfor -%} {%- for relationship in model.relationships if not relationship.isToMany %} "{{ relationship.name }}": {{ relationship.exampleValue }} {%- endfor %} } ]
Name | Type |
---|---|
{{ attribute.name }} | {{ attribute.type }} |
{{ relationship.name }} | {{ relationship.type }} |
Name | Type |
---|---|
{{ model.primaryKey }} | {{ model.primaryKeyType }} |
{ {%- for attribute in model.attributes %} "{{ attribute.name }}": {{ attribute.exampleValue }} {%- endfor -%} {% for relationship in model.relationships if not relationship.isToMany %} "{{ relationship.name }}": {{ relationship.exampleValue }} {%- endfor %} }
Name | Type |
---|---|
{{ attribute.name }} | {{ attribute.type }} |
{{ relationship.name }} | {{ relationship.type }} |
Name | Type |
---|---|
{{ model.primaryKey }} | {{ model.primaryKeyType }} |
Name | Type |
---|---|
{{ model.primaryKey }} | {{ model.primaryKeyType }} |
[ { {%- for attribute in model.attributes %} "{{ attribute.name }}": {{ attribute.exampleValue }} {%- endfor -%} {% for relationship in model.relationships if not relationship.isToMany %} "{{ relationship.name }}": {{ relationship.exampleValue }} {%- endfor %} } ]{% endfor %}
Name | Type |
---|---|
{{ model.primaryKey }} | {{ model.primaryKeyType }} |
{{ relationship.name }}Object | {{ model.primaryKeyType }} |
Name | Type |
---|---|
{{ model.primaryKey }} | {{ model.primaryKeyType }} |
{{ relationship.name }}Object | {{ model.primaryKeyType }} |
Name | Type |
---|---|
{{ model.primaryKey }} | {{ model.primaryKeyType }} |
{ {%- for attribute in model.attributes %} "{{ attribute.name }}": {{ attribute.exampleValue }} {%- endfor -%} {% for relationship in model.relationships if not relationship.isToMany %} "{{ relationship.name }}": {{ relationship.exampleValue }} {%- endfor %} }{% endfor %}
Name | Type |
---|---|
{{ model.primaryKey }} | {{ model.primaryKeyType }} |
{{ relationship.name }}Object | {{ model.primaryKeyType }} |