Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 5 additions & 67 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -989,38 +989,23 @@
"azure-deviceupdate-update-manifest-5.json": {
"externalSchema": ["azure-deviceupdate-manifest-definitions-5.0.json"]
},
"azure-iot-edge-deployment-2.0.json": {
"unknownKeywords": ["examples", "contentMediaType"]
},
"azure-iot-edge-deployment-template-1.0.json": {
"externalSchema": ["azure-iot-edge-deployment-1.0.json"]
},
"azure-iot-edge-deployment-template-2.0.json": {
"externalSchema": ["azure-iot-edge-deployment-2.0.json"],
"unknownKeywords": ["examples", "contentMediaType"]
"externalSchema": ["azure-iot-edge-deployment-2.0.json"]
},
"azure-iot-edge-deployment-template-3.0.json": {
"externalSchema": [
"azure-iot-edgeagent-deployment-1.1.json",
"azure-iot-edgehub-deployment-1.1.json"
],
"unknownKeywords": ["examples", "contentMediaType"]
]
},
"azure-iot-edge-deployment-template-4.0.json": {
"externalSchema": [
"azure-iot-edgeagent-deployment-1.1.json",
"azure-iot-edgehub-deployment-1.2.json"
],
"unknownKeywords": ["examples", "contentMediaType"]
},
"azure-iot-edgeagent-deployment-1.1.json": {
"unknownKeywords": ["examples", "contentMediaType"]
},
"azure-iot-edgehub-deployment-1.1.json": {
"unknownKeywords": ["examples", "contentMediaType"]
},
"azure-iot-edgehub-deployment-1.2.json": {
"unknownKeywords": ["examples", "contentMediaType"]
]
},
"bitrise.json": {
"externalSchema": ["bitrise-step.json"]
Expand Down Expand Up @@ -1101,33 +1086,12 @@
"creatomic.json": {
"unknownKeywords": ["scope"]
},
"cryproj.52.schema.json": {
"unknownKeywords": ["$id", "examples"]
},
"cryproj.53.schema.json": {
"unknownKeywords": ["$id", "examples"]
},
"cryproj.54.schema.json": {
"unknownKeywords": ["$id", "examples"]
},
"cryproj.55.schema.json": {
"unknownKeywords": ["$id", "examples"]
},
"cryproj.dev.schema.json": {
"unknownKeywords": ["$id", "examples"]
},
"cryproj.json": {
"unknownKeywords": ["$id", "examples"]
},
"dart-build.json": {
"unknownKeywords": ["deprecationMessage", "sources"]
},
"dependabot-2.0.json": {
"externalSchema": ["base.json"]
},
"dependabot.json": {
"unknownKeywords": ["examples"]
},
"drone.json": {
"externalSchema": ["kubernetes-definitions.json"],
"unknownKeywords": [
Expand All @@ -1149,30 +1113,13 @@
"externalSchema": ["partial-eslint-plugins.json"]
},
"expo-37.0.0.json": {
"unknownKeywords": [
"example",
"fallback",
"meta",
"deprecated",
"PWA",
"metatag"
]
},
"expo-38.0.0.json": {
"unknownKeywords": ["deprecated"]
},
"expo-39.0.0.json": {
"unknownKeywords": ["deprecated"]
},
"expo-40.0.0.json": {
"unknownKeywords": ["deprecated"]
"unknownKeywords": ["example", "fallback", "meta", "PWA", "metatag"]
},
"fabric.mod.json": {
"externalSchema": ["base.json"]
},
"feed.json": {
"externalSchema": ["feed-1.json"],
"unknownKeywords": ["deprecated"]
"externalSchema": ["feed-1.json"]
},
"foundryvtt-base-package-manifest.json": {
"unknownKeywords": ["deprecationMessage"]
Expand Down Expand Up @@ -1224,9 +1171,6 @@
"hammerkit.json": {
"externalSchema": ["base.json"]
},
"host.json": {
"unknownKeywords": ["examples"]
},
"hugo-theme.json": {
"externalSchema": ["base.json"]
},
Expand Down Expand Up @@ -1261,9 +1205,6 @@
"kestra-0.19.0.json": {
"unknownKeywords": ["$deprecated", "$dynamic", "$metrics"]
},
"local.settings.json": {
"unknownKeywords": ["examples"]
},
"lsdlschema-0.7.json": {
"unknownFormat": ["language", "identifier-properties", "identifier"]
},
Expand Down Expand Up @@ -1611,9 +1552,6 @@
"pep561-stub-name"
]
},
"staticwebapp.config.json": {
"unknownKeywords": ["examples"]
},
"template.json": {
"unknownKeywords": ["deprecationMessage", "sources"]
},
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/json/BizTalkServerApplicationSchema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://schema.management.azure.com/schemas/2017-04-01/BizTalkServerApplicationSchema.json#",
"description": "BizTalk Server Application Inventory Schema",
"id": "http://schema.management.azure.com/schemas/2017-04-01/BizTalkServerApplicationSchema.json#",
"properties": {
"BizTalkAssemblies": {
"type": "array",
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/json/agripparc-1.2.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/agripparc-1.2.json",
"additionalProperties": false,
"id": "https://json.schemastore.org/agripparc-1.2.json",
"properties": {
"$schema": {
"description": "Link to https://www.schemastore.org/agripparc-1.2.json",
"type": "string",
"enum": ["https://www.schemastore.org/agripparc-1.2.json"]
"const": "https://www.schemastore.org/agripparc-1.2.json"
},
"props": {
"description": "Which prop declaration method to use",
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/json/agripparc-1.3.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/agripparc-1.3.json",
"additionalProperties": false,
"id": "https://json.schemastore.org/agripparc-1.3.json",
"properties": {
"$schema": {
"description": "Link to https://www.schemastore.org/agripparc-1.3.json",
"type": "string",
"enum": ["https://www.schemastore.org/agripparc-1.3.json"]
"const": "https://www.schemastore.org/agripparc-1.3.json"
},
"props": {
"description": "Which prop declaration method to use",
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/json/agripparc-1.4.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/agripparc-1.4.json",
"additionalProperties": false,
"id": "https://json.schemastore.org/agripparc-1.4.json",
"properties": {
"$schema": {
"description": "Link to https://www.schemastore.org/agripparc-1.4.json",
"type": "string",
"enum": ["https://www.schemastore.org/agripparc-1.4.json"]
"const": "https://www.schemastore.org/agripparc-1.4.json"
},
"props": {
"description": "Which prop declaration method to use",
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/json/apibuilder.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/apibuilder.json",
"additionalProperties": false,
"definitions": {
"apidoc": {
Expand Down Expand Up @@ -674,7 +675,6 @@
}
},
"description": "JSON Schema for API Builder's api.json format from https://app.apibuilder.io/doc/apiJson",
"id": "https://json.schemastore.org/apibuilder.json",
"properties": {
"$schema": {
"type": "string",
Expand Down
12 changes: 6 additions & 6 deletions src/schemas/json/appveyor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/appveyor.json",
"allOf": [
{
"$ref": "#/definitions/job"
Expand Down Expand Up @@ -495,7 +496,7 @@
"oneOf": [
{
"type": "boolean",
"enum": [false]
"const": false
},
{
"title": "build options",
Expand Down Expand Up @@ -601,8 +602,8 @@
"oneOf": [
{
"type": "boolean",
"enum": [false],
"description": "To disable automatic tests"
"description": "To disable automatic tests",
"const": false
},
{
"title": "test options",
Expand Down Expand Up @@ -727,7 +728,7 @@
"deploy": {
"oneOf": [
{
"enum": ["off"]
"const": "off"
},
{
"type": "array",
Expand Down Expand Up @@ -776,6 +777,5 @@
}
}
},
"id": "https://json.schemastore.org/appveyor.json",
"title": "JSON schema for AppVeyor CI configuration files"
}
4 changes: 2 additions & 2 deletions src/schemas/json/artifacthub-repo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/artifacthub-repo.json",
"additionalProperties": false,
"id": "https://json.schemastore.org/artifacthub-repo.json",
"properties": {
"repositoryID": {
"description": "An identifier of the Artifact Hub repository where the packages will be published to",
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/json/asconfig-schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/asconfig-schema.json",
"additionalProperties": false,
"definitions": {
"nonEmptyString": {
Expand Down Expand Up @@ -269,7 +270,6 @@
}
}
},
"id": "https://json.schemastore.org/asconfig-schema.json",
"properties": {
"extends": {
"$ref": "#/definitions/nonEmptyString"
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/json/azure-iot-edge-deployment-2.0.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json",
"additionalProperties": false,
"definitions": {
"moduleType": {
"enum": ["docker"]
"const": "docker"
},
"status": {
"enum": ["running", "stopped"]
Expand Down Expand Up @@ -56,7 +57,6 @@
"contentMediaType": "application/json"
}
},
"id": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json",
"properties": {
"modulesContent": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json",
"additionalProperties": false,
"definitions": {
"moduleType": {
Expand Down Expand Up @@ -41,7 +42,6 @@
"contentMediaType": "application/json"
}
},
"id": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json",
"properties": {
"$schema": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/azure-iot-edge-deployment-template-3.0.json",
"definitions": {
"moduleSettings": {
"type": "object",
Expand All @@ -20,7 +21,6 @@
"contentMediaType": "application/json"
}
},
"id": "https://json.schemastore.org/azure-iot-edge-deployment-template-3.0.json",
"properties": {
"modulesContent": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json",
"definitions": {
"moduleSettings": {
"type": "object",
Expand All @@ -20,7 +21,6 @@
"contentMediaType": "application/json"
}
},
"id": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json",
"properties": {
"modulesContent": {
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/json/azure-iot-edgeagent-deployment-1.1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json",
"additionalProperties": false,
"definitions": {
"moduleType": {
"enum": ["docker"]
"const": "docker"
},
"status": {
"enum": ["running", "stopped"]
Expand Down Expand Up @@ -56,7 +57,6 @@
"contentMediaType": "application/json"
}
},
"id": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json",
"properties": {
"$edgeAgent": {
"type": "object",
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/json/azure-iot-edgehub-deployment-1.1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.1.json",
"additionalProperties": false,
"id": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.1.json",
"properties": {
"$edgeHub": {
"type": "object",
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/json/azure-iot-edgehub-deployment-1.2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json",
"additionalProperties": false,
"definitions": {
"policy": {
Expand Down Expand Up @@ -27,7 +28,6 @@
}
}
},
"id": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json",
"properties": {
"$edgeHub": {
"type": "object",
Expand Down
Loading
Loading