Skip to content

Commit

Permalink
v1.0.181
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2024
1 parent bdb262a commit a84f1bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
22 changes: 1 addition & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schemastore",
"displayName": "JSON Schema Store Catalog",
"version": "1.0.180",
"version": "1.0.181",
"publisher": "remcohaszing",
"description": "Use the JSON Schema Store catalog for JSON schema validation.",
"author": "Remco Haszing <remcohaszing@gmail.com>",
Expand Down Expand Up @@ -391,26 +391,6 @@
"url": "https://html-validate.org/schemas/config.json",
"fileMatch": ".htmlvalidate.json"
},
{
"url": "https://json-schema.api.strmprivacy.io/latest/strmprivacy.api.entities.v1.BatchJob.json",
"fileMatch": "*batch-job-config*.json"
},
{
"url": "https://json-schema.api.strmprivacy.io/latest/strmprivacy.api.entities.v1.DataConnector.json",
"fileMatch": "*data-connector.json"
},
{
"url": "https://json-schema.api.strmprivacy.io/latest/strmprivacy.api.entities.v1.DataContract.json",
"fileMatch": "*contract.json"
},
{
"url": "https://json-schema.api.strmprivacy.io/latest/strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition.json",
"fileMatch": "*simple-schema*.json"
},
{
"url": "https://json-schema.api.strmprivacy.io/latest/strmprivacy.api.entities.v1.Stream.json",
"fileMatch": "*stream.json"
},
{
"url": "https://json-schema.org/draft-07/schema",
"fileMatch": "*.schema.json"
Expand Down
3 changes: 3 additions & 0 deletions schemas/abc-supply-plan.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
{
"$ref": "https://json.schemastore.org/abc-supply-plan-4.0.0.json"
},
{
"$ref": "https://json.schemastore.org/abc-supply-plan-5.0.0.json"
}
]
}

0 comments on commit a84f1bc

Please sign in to comment.