From 0702d13263bf501c1db074ce1544e60b95161210 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 7 Nov 2021 15:52:44 +0100 Subject: major rewrite --- schemas_json/result.yaml | 59 ------------------------------------------------ 1 file changed, 59 deletions(-) delete mode 100644 schemas_json/result.yaml (limited to 'schemas_json/result.yaml') diff --git a/schemas_json/result.yaml b/schemas_json/result.yaml deleted file mode 100644 index ceb3f42..0000000 --- a/schemas_json/result.yaml +++ /dev/null @@ -1,59 +0,0 @@ ---- -"$schema": "http://json-schema.org/schema#" -id: "opcut://result.yaml#" -type: object -required: - - params - - used - - unused -properties: - params: - "$ref": "opcut://params.yaml#" - used: - type: array - items: - "$ref": "opcut://result.yaml#/definitions/used" - unused: - type: array - items: - "$ref": "opcut://result.yaml#/definitions/unused" -definitions: - used: - type: object - required: - - panel - - item - - x - - y - - rotate - properties: - panel: - type: string - item: - type: string - x: - type: number - y: - type: number - rotate: - type: boolean - unused: - type: object - required: - - panel - - width - - height - - x - - y - properties: - panel: - type: string - width: - type: number - height: - type: number - x: - type: number - y: - type: number -... -- cgit v1.2.3-70-g09d2