mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
|
|
"title": "pype:config-1.0",
|
|
"description": "A project configuration.",
|
|
|
|
"type": "object",
|
|
|
|
"additionalProperties": true
|
|
}
|