diff --git a/docs/schemas/profile/rules.json b/docs/schemas/profile/rules.json index 8163ae5d..6af90e29 100644 --- a/docs/schemas/profile/rules.json +++ b/docs/schemas/profile/rules.json @@ -40,10 +40,10 @@ ], "properties": { "any": { - "$ref": "#/definitions/conditionArray" + "$ref": "#/defs/conditionArray" }, "all": { - "$ref": "#/definitions/conditionArray" + "$ref": "#/defs/conditionArray" } } }, @@ -67,10 +67,10 @@ "items": { "anyOf": [ { - "$ref": "#/definitions/conditions" + "$ref": "#/defs/condition" }, { - "$ref": "#/definitions/condition" + "$ref": "#/defs/condition" } ] } @@ -107,7 +107,6 @@ ], "properties": { "operator": { - "required": true, "type": "string", "anyOf": [ { diff --git a/docs/schemas/scenario/jobs/qgis-installation-finder.json b/docs/schemas/scenario/jobs/qgis-installation-finder.json index c5abcf39..ff235329 100644 --- a/docs/schemas/scenario/jobs/qgis-installation-finder.json +++ b/docs/schemas/scenario/jobs/qgis-installation-finder.json @@ -3,9 +3,8 @@ "$id": "https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/raw/main/docs/schemas/scenario/jobs/qgis-installation-finder.json", "description": "Job in charge of findind installed QGIS version on computer.", "title": "QGIS installation finder", - "type": "array", + "type": "object", "items": { - "type": "object", "properties": { "version_priority": { "default": "",