This section describes the public JSON formats of exportable application content.
Public format for phrases-root:
Properties in the JSON file:
|
Property |
Value |
Description |
|---|---|---|
|
ecr:type |
phrases-root |
Required. |
|
ecr:createDate |
yyyy-MM-dd'T'HH:mm:ss.SSSX |
Optional. Date and time that this item was created. Defaults to creation date of the JCR. |
Example:
{
"ecr:createDate": "2015-08-11T14:57:34.946Z",
"ecr:type": "phrases-root"
}
Public format for phrase:
Properties in the JSON file:
|
Property |
Value |
Description |
|---|---|---|
|
ecr:type |
phrase |
Required. |
|
ecr:createDate |
yyyy-MM-dd'T'HH:mm:ss.SSSX |
Optional. Date and time that this item was created. Defaults to creation date of the JCR. |
|
phrase |
The search term for which phrase search should be performed. |
Required. |
Example:
{
"phrase": "hd camera",
"ecr:createDate": "2015-08-11T14:57:34.946Z",
"ecr:type": "phrase"
}

