docs(schema): update all json schemas

This commit is contained in:
LGUG2Z
2024-10-11 09:44:36 -07:00
parent a17924c2af
commit 2d2cea31c0
3 changed files with 1017 additions and 116 deletions

View File

@@ -13,7 +13,10 @@
"name"
],
"properties": {
"float_identifiers": {
"identifier": {
"$ref": "#/definitions/IdWithIdentifier"
},
"ignore_identifiers": {
"type": [
"array",
"null"
@@ -22,9 +25,6 @@
"$ref": "#/definitions/MatchingRule"
}
},
"identifier": {
"$ref": "#/definitions/IdWithIdentifier"
},
"name": {
"type": "string"
},