Skip to content

Commit

Permalink
add object type to all root objects
Browse files Browse the repository at this point in the history
  • Loading branch information
0legg committed Feb 25, 2017
1 parent d3da930 commit df51c81
Show file tree
Hide file tree
Showing 54 changed files with 55 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/json/animation.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ip": {
"title": "In Point",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/angle.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/checkBox.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/color.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
3 changes: 2 additions & 1 deletion docs/json/effects/customValue.json
@@ -1,3 +1,4 @@
{
"$schema": "http://json-schema.org/draft-04/schema#"
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object"
}
1 change: 1 addition & 0 deletions docs/json/effects/dropDown.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/fill.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/group.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/index.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"$ref": "#/effects/slider",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/layer.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/point.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/proLevels.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/slider.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/stroke.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/tint.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/effects/tritone.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/blendMode.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "normal",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/boolean.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": false,
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/lineCap.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "butt",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/lineJoin.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "miter",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/mask.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"inv": {
"title": "Inverted",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/testBased.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "Characters",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/textGrouping.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "Characters",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/textShape.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "Square",
Expand Down
1 change: 1 addition & 0 deletions docs/json/helpers/transform.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"a": {
"title": "Anchor Point",
Expand Down
1 change: 1 addition & 0 deletions docs/json/layers/image.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ty": {
"title": "Type",
Expand Down
1 change: 1 addition & 0 deletions docs/json/layers/null.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ty": {
"title": "Type",
Expand Down
1 change: 1 addition & 0 deletions docs/json/layers/preComp.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ty": {
"title": "Type",
Expand Down
1 change: 1 addition & 0 deletions docs/json/layers/shape.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ty": {
"title": "Type",
Expand Down
1 change: 1 addition & 0 deletions docs/json/layers/solid.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ty": {
"title": "Type",
Expand Down
1 change: 1 addition & 0 deletions docs/json/layers/text.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ty": {
"title": "Type",
Expand Down
1 change: 1 addition & 0 deletions docs/json/properties/multiDimensional.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value",
Expand Down
1 change: 1 addition & 0 deletions docs/json/properties/multiDimensionalKeyframed.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value keyframes",
Expand Down
1 change: 1 addition & 0 deletions docs/json/properties/shape.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value",
Expand Down
1 change: 1 addition & 0 deletions docs/json/properties/shapeKeyframed.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value keyframes",
Expand Down
1 change: 1 addition & 0 deletions docs/json/properties/value.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value",
Expand Down
1 change: 1 addition & 0 deletions docs/json/properties/valueKeyframed.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"k": {
"description": "Property Value keyframes",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/ellipse.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/fill.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/gFill.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/gStroke.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/group.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/merge.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/rect.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/round.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/shape.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/star.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/stroke.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/transform.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"nm": {
"title": "Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/shapes/trim.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mn": {
"title": "Match Name",
Expand Down
1 change: 1 addition & 0 deletions docs/json/sources/chars.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ch": {
"title": "Character",
Expand Down
1 change: 1 addition & 0 deletions docs/json/sources/image.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"h": {
"title": "Height",
Expand Down
1 change: 1 addition & 0 deletions docs/json/sources/precomp.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"title": "ID",
Expand Down
1 change: 1 addition & 0 deletions docs/json/transform.json
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"a": {
"title": "Anchor Point",
Expand Down

0 comments on commit df51c81

Please sign in to comment.