chore(docs): Generated DML JSON files (automated) (#13790)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-21 11:56:47 +03:00
committed by GitHub
co-authored by olivermrbl
parent 858b3e3b9b
commit 5bc9de9d2e
24 changed files with 342 additions and 2 deletions
+12
View File
@@ -9,6 +9,9 @@
"parent_id": "The ID of the parent index relation.",
"child_id": "The ID of the child index relation.",
"staled_at": "The date the index relation was staled."
},
"deprecated": {
"is_deprecated": false
}
},
"IndexData": {
@@ -18,6 +21,9 @@
"name": "The name of the index data",
"data": "The data of the index",
"staled_at": "The date the index data was staled."
},
"deprecated": {
"is_deprecated": false
}
},
"IndexMetadata": {
@@ -28,6 +34,9 @@
"fields": "The fields of the index metadata",
"fields_hash": "The fields hash of the index metadata",
"status": "The status of the index metadata"
},
"deprecated": {
"is_deprecated": false
}
},
"IndexSync": {
@@ -36,6 +45,9 @@
"id": "The ID of the index sync.",
"entity": "The entity of the index sync",
"last_key": "The last key of the index sync"
},
"deprecated": {
"is_deprecated": false
}
}
}