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