including-modules
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions. NOT USED. EQUALS SLIDER.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 1
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 7
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 2
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/multiDimensional"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/multiDimensionalKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object"
|
||||
}
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 7
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 21
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/point"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
],
|
||||
"type": "array"
|
||||
}
|
||||
}
|
||||
}
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 5
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"items": {
|
||||
"$ref": "#/effects/index",
|
||||
"type": "object"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"en": {
|
||||
"description": "Enabled AE property value",
|
||||
"extended_name": "Enabled",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
+51
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/angle"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/point"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/checkBox"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/group"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/customValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/layer"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/tint"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/fill"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/stroke"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/tritone"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/proLevels"
|
||||
}
|
||||
]
|
||||
}
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions. NOT USED. EQUALS SLIDER.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 0
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"$ref": "#/properties/value",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{}
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 2
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"type": "object",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/multiDimensional"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/multiDimensionalKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+130
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 23
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/noValue"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 0
|
||||
},
|
||||
"v": {
|
||||
"title": "Value",
|
||||
"description": "Effect value.",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/properties/value"
|
||||
},
|
||||
{
|
||||
"$ref": "#/properties/valueKeyframed"
|
||||
}
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 22
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/checkBox"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/dropDown"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 20
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ix": {
|
||||
"title": "Effect Index",
|
||||
"description": "Effect Index. Used for expressions.",
|
||||
"type": "number"
|
||||
},
|
||||
"mn": {
|
||||
"title": "Match Name",
|
||||
"description": "After Effect's Match Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"nm": {
|
||||
"title": "Name",
|
||||
"description": "After Effect's Name. Used for expressions.",
|
||||
"type": "string"
|
||||
},
|
||||
"ty": {
|
||||
"title": "Type",
|
||||
"description": "Effect type.",
|
||||
"type": "number",
|
||||
"const": 23
|
||||
},
|
||||
"ef": {
|
||||
"title": "Effects",
|
||||
"description": "Effect List of properties.",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/color"
|
||||
},
|
||||
{
|
||||
"$ref": "#/effects/slider"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user