Skip to content

Commit

Permalink
fix(metaschema): Re-add missing "type" tags
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Jul 18, 2024
1 parent de844ed commit e78af92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/metaschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"allOf": [
{ "$ref": "#/definitions/generalTerm" },
{
"type": "object",
"properties": {
"pattern": {
"$ref": "https://json-schema.org/draft/2020-12/meta/validation#/properties/pattern"
Expand All @@ -219,6 +220,7 @@
{ "$ref": "#/definitions/generalTerm" },
{ "$ref": "#/definitions/nameValueTerm" },
{
"type": "object",
"properties": {
"recommended": {
"$ref": "https://json-schema.org/draft/2020-12/meta/validation#/properties/required"
Expand Down Expand Up @@ -250,6 +252,7 @@
{ "$ref": "#/definitions/generalTerm" },
{ "$ref": "#/definitions/valueTerm" },
{
"type": "object",
"properties": {
"unit": { "type": "string" },
"anyOf": {
Expand Down

0 comments on commit e78af92

Please sign in to comment.