Skip to content

Commit

Permalink
Fix duplicated required keys in resolvedSchemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Geovanni Pacheco committed Apr 9, 2024
1 parent 42896c0 commit 53965a5
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 11 deletions.
12 changes: 2 additions & 10 deletions external/resolvedSchemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -18613,15 +18613,7 @@
"inherited": true
}
},
"required": [
"_key",
"_class",
"_type",
"name",
"displayName",
"name",
"version"
]
"required": ["_key", "_class", "_type", "name", "displayName", "version"]
},
"#Subscription": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down Expand Up @@ -20243,7 +20235,7 @@
"inherited": true
}
},
"required": ["_key", "_class", "_type", "name", "displayName", "name"]
"required": ["_key", "_class", "_type", "name", "displayName"]
},
"#Vendor": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Loading

0 comments on commit 53965a5

Please sign in to comment.