| Property Name | Possible Values | Description |
|---|---|---|
| "ArrayFormat" | "full" ⁺⁺⁺ "sparse" | Determines how Array objects are written. |
| "binaryDataFormat" | "dataUrl" "localhostUrl" ⁺⁺⁺ | Determines how the data of binary logic objects and dictionary items is written, either as a data URL or as a localhost URL. |
| "HashMapFormat" | "array" "object" ⁺⁺⁺ | Determines how HashMap objects are written. |
| "jsonFormat" | "compact" ⁺⁺⁺ "pretty" | Determines if the JSON is written with no extra spacing (compact), or in a more readable format with spaces and newlines (pretty). |
| Property Name | Possible Values | Description |
|---|---|---|
| "binaryDataFormat" | "dataUrl" "localhostUrl" ⁺⁺⁺ | Determines how the data of binary dictionary items is written, either as a data URL or as a localhost URL. |
| "writeFieldStatuses" | true ⁺⁺⁺ false | If true, the entry status of fields in a data entry applications is written. |
| "writeLabels" | true false ⁺⁺⁺ | If true, the value set label associated with the item is written along with the code. |