renamed pype in schemas to openpype

This commit is contained in:
iLLiCiTiT 2021-04-01 10:40:10 +02:00
parent a6dc83aa13
commit 2d86b54841
28 changed files with 66 additions and 66 deletions

View file

@ -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",

View file

@ -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": {}
}
}

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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"
}
}
}
}

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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"
}
}
}
}

View file

@ -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",

View file

@ -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",

View file

@ -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": {}
}
}

View file

@ -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",

View file

@ -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,

View file

@ -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",

View file

@ -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",

View file

@ -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"
}
}
}

View file

@ -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"
}
}
}

View file

@ -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",