mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-24 09:26:08 +00:00

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.
24 lines
629 B
JSON
24 lines
629 B
JSON
[
|
|
{
|
|
"element_id": "ab0e2c4143f4f6815306af9c90bcc21a",
|
|
"metadata": {
|
|
"data_source": {
|
|
"date_created": "2023-07-13T14:28:06.310000",
|
|
"date_modified": "2023-07-14T22:16:58.907000",
|
|
"record_locator": {
|
|
"page_id": "2589704",
|
|
"url": "https://unstructured-ingest-test.atlassian.net"
|
|
},
|
|
"url": "https://unstructured-ingest-test.atlassian.net/wiki/rest/api/content/2589704",
|
|
"version": "3"
|
|
},
|
|
"filetype": "text/html",
|
|
"languages": [
|
|
"eng"
|
|
],
|
|
"page_number": 1
|
|
},
|
|
"text": "Test text",
|
|
"type": "Title"
|
|
}
|
|
] |