blob: 7ce61e3c6e4a9803f737e2ce55d76eea8c7c322e [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value",
"extended_name": "Value",
"type": "object",
"$ref": "#/properties/shapeProp"
},
"x": {
"description": "Property Expression. An AE expression that modifies the value.",
"extended_name": "Expression",
"type": "string"
},
"ix": {
"description": "Property Index. Used for expressions.",
"extended_name": "Property Index",
"type": "number"
},
"a": {
"description": "Defines if property is animated",
"extended_name": "Animated",
"type": "number"
}
},
"required": ["k"]
}