Steve Canny b8a8de33f4
fix(ingest): canonicalize ingest JSON (#2080)
Canonicalize JSON produced for ingest tests such that incidental changes
is _form_ of the JSON objects (keys moving around) that does not change
the _content_ of that JSON object does not trigger an ingest-test
failure.
2023-11-15 00:52:58 -08:00

24 lines
629 B
JSON

[
{
"element_id": "ab0e2c4143f4f6815306af9c90bcc21a",
"metadata": {
"data_source": {
"date_created": "2023-07-13T14:27:12.821000",
"date_modified": "2023-07-13T14:28:03.779000",
"record_locator": {
"page_id": "2589690",
"url": "https://unstructured-ingest-test.atlassian.net"
},
"url": "https://unstructured-ingest-test.atlassian.net/wiki/rest/api/content/2589690",
"version": "1"
},
"filetype": "text/html",
"languages": [
"eng"
],
"page_number": 1
},
"text": "Test text",
"type": "Title"
}
]