From 2d86b54841593521f6dfa7a7655aae7093d11784 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 1 Apr 2021 10:40:10 +0200 Subject: [PATCH] renamed `pype` in schemas to `openpype` --- schema/application-1.0.json | 2 +- schema/asset-1.0.json | 4 ++-- schema/asset-2.0.json | 6 +++--- schema/asset-3.0.json | 6 +++--- schema/config-1.0.json | 2 +- schema/config-1.1.json | 2 +- schema/config-2.0.json | 2 +- schema/container-1.0.json | 2 +- schema/container-2.0.json | 8 ++++---- schema/hero_version-1.0.json | 6 +++--- schema/inventory-1.0.json | 2 +- schema/inventory-1.1.json | 2 +- schema/project-2.0.json | 8 ++++---- schema/project-2.1.json | 8 ++++---- schema/project-3.0.json | 6 +++--- schema/representation-1.0.json | 2 +- schema/representation-2.0.json | 6 +++--- schema/session-1.0.json | 4 ++-- schema/session-2.0.json | 2 +- schema/shaders-1.0.json | 2 +- schema/subset-1.0.json | 4 ++-- schema/subset-2.0.json | 6 +++--- schema/subset-3.0.json | 8 ++++---- schema/thumbnail-1.0.json | 6 +++--- schema/version-1.0.json | 2 +- schema/version-2.0.json | 10 +++++----- schema/version-3.0.json | 8 ++++---- schema/workfile-1.0.json | 6 +++--- 28 files changed, 66 insertions(+), 66 deletions(-) diff --git a/schema/application-1.0.json b/schema/application-1.0.json index e2418037c6..953abee569 100644 --- a/schema/application-1.0.json +++ b/schema/application-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:application-1.0", + "title": "openpype:application-1.0", "description": "An application definition.", "type": "object", diff --git a/schema/asset-1.0.json b/schema/asset-1.0.json index 6f3665c628..ab104c002a 100644 --- a/schema/asset-1.0.json +++ b/schema/asset-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:asset-1.0", + "title": "openpype:asset-1.0", "description": "A unit of data", "type": "object", @@ -32,4 +32,4 @@ }, "definitions": {} -} \ No newline at end of file +} diff --git a/schema/asset-2.0.json b/schema/asset-2.0.json index 066cb33498..b894d79792 100644 --- a/schema/asset-2.0.json +++ b/schema/asset-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:asset-2.0", + "title": "openpype:asset-2.0", "description": "A unit of data", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["avalon-core:asset-2.0"], - "example": "avalon-core:asset-2.0" + "enum": ["openpype:asset-2.0"], + "example": "openpype:asset-2.0" }, "type": { "description": "The type of document", diff --git a/schema/asset-3.0.json b/schema/asset-3.0.json index a3a22e917b..948704d2a1 100644 --- a/schema/asset-3.0.json +++ b/schema/asset-3.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:asset-3.0", + "title": "openpype:asset-3.0", "description": "A unit of data", "type": "object", @@ -19,8 +19,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["avalon-core:asset-3.0", "pype:asset-3.0"], - "example": "avalon-core:asset-3.0" + "enum": ["openpype:asset-3.0"], + "example": "openpype:asset-3.0" }, "type": { "description": "The type of document", diff --git a/schema/config-1.0.json b/schema/config-1.0.json index 198f51e04d..49398a57cd 100644 --- a/schema/config-1.0.json +++ b/schema/config-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:config-1.0", + "title": "openpype:config-1.0", "description": "A project configuration.", "type": "object", diff --git a/schema/config-1.1.json b/schema/config-1.1.json index ea5ab0ff27..6e15514aaf 100644 --- a/schema/config-1.1.json +++ b/schema/config-1.1.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:config-1.1", + "title": "openpype:config-1.1", "description": "A project configuration.", "type": "object", diff --git a/schema/config-2.0.json b/schema/config-2.0.json index 098d1983e2..54b226711a 100644 --- a/schema/config-2.0.json +++ b/schema/config-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:config-2.0", + "title": "openpype:config-2.0", "description": "A project configuration.", "type": "object", diff --git a/schema/container-1.0.json b/schema/container-1.0.json index d9e4e39f7f..012e8499e6 100644 --- a/schema/container-1.0.json +++ b/schema/container-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:container-1.0", + "title": "openpype:container-1.0", "description": "A loaded asset", "type": "object", diff --git a/schema/container-2.0.json b/schema/container-2.0.json index 7b84209ea0..1673ee5d1d 100644 --- a/schema/container-2.0.json +++ b/schema/container-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:container-2.0", + "title": "openpype:container-2.0", "description": "A loaded asset", "type": "object", @@ -21,8 +21,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["avalon-core:container-2.0", "pype:container-2.0"], - "example": "pype:container-2.0" + "enum": ["openpype:container-2.0"], + "example": "openpype:container-2.0" }, "id": { "description": "Identifier for finding object in host", @@ -56,4 +56,4 @@ "example": "59523f355f8c1b5f6c5e8348" } } -} \ No newline at end of file +} diff --git a/schema/hero_version-1.0.json b/schema/hero_version-1.0.json index 83304ef4d5..b720dc2887 100644 --- a/schema/hero_version-1.0.json +++ b/schema/hero_version-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:hero_version-1.0", + "title": "openpype:hero_version-1.0", "description": "Hero version of asset", "type": "object", @@ -27,8 +27,8 @@ "schema": { "description": "The schema associated with this document", "type": "string", - "enum": ["avalon-core:hero_version-1.0", "pype:hero_version-1.0"], - "example": "pype:hero_version-1.0" + "enum": ["openpype:hero_version-1.0"], + "example": "openpype:hero_version-1.0" }, "type": { "description": "The type of document", diff --git a/schema/inventory-1.0.json b/schema/inventory-1.0.json index 888ba7945a..2fe78794ab 100644 --- a/schema/inventory-1.0.json +++ b/schema/inventory-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:config-1.0", + "title": "openpype:config-1.0", "description": "A project configuration.", "type": "object", diff --git a/schema/inventory-1.1.json b/schema/inventory-1.1.json index 1b572b7d23..b61a76b32a 100644 --- a/schema/inventory-1.1.json +++ b/schema/inventory-1.1.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:config-1.1", + "title": "openpype:config-1.1", "description": "A project configuration.", "type": "object", diff --git a/schema/project-2.0.json b/schema/project-2.0.json index ad0e460f4d..0ed5a55599 100644 --- a/schema/project-2.0.json +++ b/schema/project-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:project-2.0", + "title": "openpype:project-2.0", "description": "A unit of data", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["avalon-core:project-2.0", "pype:project-2.0"], - "example": "avalon-core:project-2.0" + "enum": ["openpype:project-2.0"], + "example": "openpype:project-2.0" }, "type": { "description": "The type of document", @@ -52,7 +52,7 @@ "type": "object", "description": "Document metadata", "example": { - "schema": "pype:config-1.0", + "schema": "openpype:config-1.0", "apps": [ { "name": "maya2016", diff --git a/schema/project-2.1.json b/schema/project-2.1.json index 40e3bdb638..9413c9f691 100644 --- a/schema/project-2.1.json +++ b/schema/project-2.1.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:project-2.1", + "title": "openpype:project-2.1", "description": "A unit of data", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["avalon-core:project-2.1", "pype:project-2.1"], - "example": "avalon-core:project-2.1" + "enum": ["openpype:project-2.1"], + "example": "openpype:project-2.1" }, "type": { "description": "The type of document", @@ -52,7 +52,7 @@ "type": "object", "description": "Document metadata", "example": { - "schema": "pype:config-1.1", + "schema": "openpype:config-1.1", "apps": [ { "name": "maya2016", diff --git a/schema/project-3.0.json b/schema/project-3.0.json index d6368d665c..be23e10c93 100644 --- a/schema/project-3.0.json +++ b/schema/project-3.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:project-3.0", + "title": "openpype:project-3.0", "description": "A unit of data", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["pype:project-3.0"], - "example": "pype:project-3.0" + "enum": ["openpype:project-3.0"], + "example": "openpype:project-3.0" }, "type": { "description": "The type of document", diff --git a/schema/representation-1.0.json b/schema/representation-1.0.json index 10ae72928e..347c585f52 100644 --- a/schema/representation-1.0.json +++ b/schema/representation-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:representation-1.0", + "title": "openpype:representation-1.0", "description": "The inverse of an instance", "type": "object", diff --git a/schema/representation-2.0.json b/schema/representation-2.0.json index e12dea8564..f47c16a10a 100644 --- a/schema/representation-2.0.json +++ b/schema/representation-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:representation-2.0", + "title": "openpype:representation-2.0", "description": "The inverse of an instance", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["avalon-core:representation-2.0", "pype:representation-2.0"], - "example": "pype:representation-2.0" + "enum": ["openpype:representation-2.0"], + "example": "openpype:representation-2.0" }, "type": { "description": "The type of document", diff --git a/schema/session-1.0.json b/schema/session-1.0.json index 2b201f9c61..5ced0a6f08 100644 --- a/schema/session-1.0.json +++ b/schema/session-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:session-1.0", + "title": "openpype:session-1.0", "description": "The Avalon environment", "type": "object", @@ -140,4 +140,4 @@ "example": "True" } } -} \ No newline at end of file +} diff --git a/schema/session-2.0.json b/schema/session-2.0.json index 7ad2c63bcf..0a4d51beb2 100644 --- a/schema/session-2.0.json +++ b/schema/session-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:session-2.0", + "title": "openpype:session-2.0", "description": "The Avalon environment", "type": "object", diff --git a/schema/shaders-1.0.json b/schema/shaders-1.0.json index e66cc735e8..7102ba1861 100644 --- a/schema/shaders-1.0.json +++ b/schema/shaders-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:shaders-1.0", + "title": "openpype:shaders-1.0", "description": "Relationships between shaders and Avalon IDs", "type": "object", diff --git a/schema/subset-1.0.json b/schema/subset-1.0.json index 90ae0349fa..a299a6d341 100644 --- a/schema/subset-1.0.json +++ b/schema/subset-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:subset-1.0", + "title": "openpype:subset-1.0", "description": "A container of instances", "type": "object", @@ -32,4 +32,4 @@ }, "definitions": {} -} \ No newline at end of file +} diff --git a/schema/subset-2.0.json b/schema/subset-2.0.json index 98f39c4f3e..db256ec7fb 100644 --- a/schema/subset-2.0.json +++ b/schema/subset-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:subset-2.0", + "title": "openpype:subset-2.0", "description": "A container of instances", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "The schema associated with this document", "type": "string", - "enum": ["pype:subset-2.0"], - "example": "pype:subset-2.0" + "enum": ["openpype:subset-2.0"], + "example": "openpype:subset-2.0" }, "type": { "description": "The type of document", diff --git a/schema/subset-3.0.json b/schema/subset-3.0.json index a0af9d340f..1a0db53c04 100644 --- a/schema/subset-3.0.json +++ b/schema/subset-3.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:subset-3.0", + "title": "openpype:subset-3.0", "description": "A container of instances", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "The schema associated with this document", "type": "string", - "enum": ["avalon-core:subset-3.0", "pype:subset-3.0"], - "example": "pype:subset-3.0" + "enum": ["openpype:subset-3.0"], + "example": "openpype:subset-3.0" }, "type": { "description": "The type of document", @@ -51,7 +51,7 @@ } }, "example": { - "families" : [ + "families" : [ "avalon.camera" ], "frameStart": 1000, diff --git a/schema/thumbnail-1.0.json b/schema/thumbnail-1.0.json index 96b540ab7e..5bdf78a4b1 100644 --- a/schema/thumbnail-1.0.json +++ b/schema/thumbnail-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:thumbnail-1.0", + "title": "openpype:thumbnail-1.0", "description": "Entity with thumbnail data", "type": "object", @@ -18,8 +18,8 @@ "schema": { "description": "The schema associated with this document", "type": "string", - "enum": ["pype:thumbnail-1.0"], - "example": "pype:thumbnail-1.0" + "enum": ["openpype:thumbnail-1.0"], + "example": "openpype:thumbnail-1.0" }, "type": { "description": "The type of document", diff --git a/schema/version-1.0.json b/schema/version-1.0.json index c784a25175..daa1997721 100644 --- a/schema/version-1.0.json +++ b/schema/version-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:version-1.0", + "title": "openpype:version-1.0", "description": "An individual version", "type": "object", diff --git a/schema/version-2.0.json b/schema/version-2.0.json index 5bb4a56f96..099e9be70a 100644 --- a/schema/version-2.0.json +++ b/schema/version-2.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:version-2.0", + "title": "openpype:version-2.0", "description": "An individual version", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "The schema associated with this document", "type": "string", - "enum": ["pype:version-2.0"], - "example": "pype:version-2.0" + "enum": ["openpype:version-2.0"], + "example": "openpype:version-2.0" }, "type": { "description": "The type of document", @@ -82,10 +82,10 @@ "example": { "source" : "{root}/f02_prod/assets/BubbleWitch/work/modeling/marcus/maya/scenes/model_v001.ma", "author" : "marcus", - "families" : [ + "families" : [ "avalon.model" ], - "time" : "20170510T090203Z" + "time" : "20170510T090203Z" } } } diff --git a/schema/version-3.0.json b/schema/version-3.0.json index 808650da0d..3e07fc4499 100644 --- a/schema/version-3.0.json +++ b/schema/version-3.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:version-3.0", + "title": "openpype:version-3.0", "description": "An individual version", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "The schema associated with this document", "type": "string", - "enum": ["avalon-core:version-3.0", "pype:version-3.0"], - "example": "pype:version-3.0" + "enum": ["openpype:version-3.0"], + "example": "openpype:version-3.0" }, "type": { "description": "The type of document", @@ -77,7 +77,7 @@ "example": { "source" : "{root}/f02_prod/assets/BubbleWitch/work/modeling/marcus/maya/scenes/model_v001.ma", "author" : "marcus", - "time" : "20170510T090203Z" + "time" : "20170510T090203Z" } } } diff --git a/schema/workfile-1.0.json b/schema/workfile-1.0.json index 15bfdc6ff7..5f9600ef20 100644 --- a/schema/workfile-1.0.json +++ b/schema/workfile-1.0.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "pype:workfile-1.0", + "title": "openpype:workfile-1.0", "description": "Workfile additional information.", "type": "object", @@ -20,8 +20,8 @@ "schema": { "description": "Schema identifier for payload", "type": "string", - "enum": ["pype:workfile-1.0"], - "example": "pype:workfile-1.0" + "enum": ["openpype:workfile-1.0"], + "example": "openpype:workfile-1.0" }, "type": { "description": "The type of document",