diff --git a/package.json b/package.json index 2e069c0..90d10f8 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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" diff --git a/schemas/abc-supply-plan.schema.json b/schemas/abc-supply-plan.schema.json index a78c2ca..306d083 100644 --- a/schemas/abc-supply-plan.schema.json +++ b/schemas/abc-supply-plan.schema.json @@ -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" } ] }