mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
renamed pype in schemas to openpype
This commit is contained in:
parent
a6dc83aa13
commit
2d86b54841
28 changed files with 66 additions and 66 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue