Skip to content

Commit

Permalink
docs(schema): update all json schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Oct 13, 2024
1 parent a17924c commit 2d2cea3
Show file tree
Hide file tree
Showing 3 changed files with 1,017 additions and 116 deletions.
8 changes: 4 additions & 4 deletions schema.asc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"name"
],
"properties": {
"float_identifiers": {
"identifier": {
"$ref": "#/definitions/IdWithIdentifier"
},
"ignore_identifiers": {
"type": [
"array",
"null"
Expand All @@ -22,9 +25,6 @@
"$ref": "#/definitions/MatchingRule"
}
},
"identifier": {
"$ref": "#/definitions/IdWithIdentifier"
},
"name": {
"type": "string"
},
Expand Down
Loading

0 comments on commit 2d2cea3

Please sign in to comment.