Skip to content

Commit

Permalink
Fixing old schema errors
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi committed Feb 14, 2024
1 parent 52b67a1 commit 8de274f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/code_registry/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"apps": {
"codes": {
"type": "string"
},
"categories": {
"type": "string"
}
},
"required": [
"apps",
"codes",
"categories"
],
"title": "Data"
Expand All @@ -68,22 +68,22 @@
"type": "object",
"additionalProperties": false,
"properties": {
"apps": {
"codes": {
"type": "string"
},
"categories": {
"type": "string"
},
"apps_meta": {
"codes_meta": {
"type": "string"
},
"metadata": {
"type": "string"
}
},
"required": [
"apps",
"apps_meta",
"codes",
"codes_meta",
"categories",
"metadata"
],
Expand Down

0 comments on commit 8de274f

Please sign in to comment.