blob: 4c98a19194088e987108d6397ee501404830f23d [file] [log] [blame]
{
"properties": [
{
"description": "Precomp ID",
"extendedName": "ID",
"name": "id",
"type": "string"
},
{
"description": "List of Precomp Layers",
"extendedName": "Layers",
"items": {
"oneOf": [
{
"$ref": "#/layers/shape"
},
{
"$ref": "#/layers/solid"
},
{
"$ref": "#/layers/comp"
},
{
"$ref": "#/layers/image"
},
{
"$ref": "#/layers/null"
},
{
"$ref": "#/layers/text"
}
],
"type": "object"
},
"name": "layers",
"type": "array"
}
]
}