Property description
The queries property assigns individual queries to specific attribute types.
Minimal JSON
{ "queryKey": "","querySetKey": "","objectTypeKey": """creationOrder": "","columns": [ ]
}{ "queryKey": "","querySetKey": "","objectTypeKey": """creationOrder": "","columns": [ { "columnKey": "", "attributeTypeKey": "" }]
}Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
queryKey | Unique key of the query. | string | Yes |
querySetKey | Key of the query set. | string | Yes |
objectTypeKey | Key of the corresponding object type. | string | Yes |
creationOrder | Execution sequence of the query within the mapping | integer | Yes |
columns | Array of columns mapped to their corresponding attribute types. columnKey: The table column that contains the attribute value., attributeTypeKey: The corresponding attribute type in Dawiso where the value will be stored. | array | Yes |
parentObjectTypeKey | Key of the corresponding parent object. | string | No |
translations | Array of translations. | array | No |