Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Last active May 24, 2022 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/9ae773c9d487616a2dfa5713642e06c7 to your computer and use it in GitHub Desktop.
Save bodrovis/9ae773c9d487616a2dfa5713642e06c7 to your computer and use it in GitHub Desktop.
{
"collection": {
"keys": [{
"id": null,
"projectId": null,
"key": "key1",
"context": null,
"description": null,
"pluralName": null,
"plural": false,
"fixPlural": false,
"attributes": [],
"screenshots": [],
"translations": [{
"id": null,
"languageId": null,
"translation": "Hello world"
}],
"charLimit": null,
"comments": [],
"filenameId": null,
"fuzzy": null,
"references": [],
"archived": null
}, {
"id": null,
"projectId": null,
"key": "key2",
"context": null,
"description": null,
"pluralName": null,
"plural": false,
"fixPlural": false,
"attributes": [],
"screenshots": [],
"translations": [{
"id": null,
"languageId": null,
"translation": "Welcome to custom processor!"
}],
"charLimit": null,
"comments": [],
"filenameId": null,
"fuzzy": null,
"references": [],
"archived": null
}],
"locale": null,
"localeId": null,
"lastModified": null
},
"data": null,
"config": {
"fileFormat": 70,
"export_custom_processor_url": "http://example.com/postprocess",
"import_custom_processor_url": "http://example.com/preprocess"
},
"secret": "[FILTERED]",
"project": "2121916061b384ad5545f7.50098783",
"hook_name": "import_postprocess",
"page": {
"collection": {
"keys": [{
"id": null,
"projectId": null,
"key": "key1",
"context": null,
"description": null,
"pluralName": null,
"plural": false,
"fixPlural": false,
"attributes": [],
"screenshots": [],
"translations": [{
"id": null,
"languageId": null,
"translation": "Hello world"
}],
"charLimit": null,
"comments": [],
"filenameId": null,
"fuzzy": null,
"references": [],
"archived": null
}, {
"id": null,
"projectId": null,
"key": "key2",
"context": null,
"description": null,
"pluralName": null,
"plural": false,
"fixPlural": false,
"attributes": [],
"screenshots": [],
"translations": [{
"id": null,
"languageId": null,
"translation": "Welcome to custom processor!"
}],
"charLimit": null,
"comments": [],
"filenameId": null,
"fuzzy": null,
"references": [],
"archived": null
}],
"locale": null,
"localeId": null,
"lastModified": null
},
"data": null,
"config": {
"fileFormat": 70,
"export_custom_processor_url": "http://example.com/postprocess",
"import_custom_processor_url": "http://example.com/preprocess"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment