Skip to content

Commit

Permalink
updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Mar 21, 2019
1 parent c4039e6 commit 878058a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 67 deletions.
10 changes: 0 additions & 10 deletions docs/json/properties/doubleKeyframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"e": {
"description": "End value of keyframe segment.",
"extended_name": "End",
"type": "number"
},
"s": {
"description": "Start value of keyframe segment.",
"extended_name": "Start",
Expand Down Expand Up @@ -50,11 +45,6 @@
}
},
"type": "object"
},
"nm": {
"description": "Bezier curve name. Used for caching.",
"extended_name": "Name",
"type": "number"
}
}
}
5 changes: 0 additions & 5 deletions docs/json/properties/multiDimensional.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"description": "Property Index. Used for expressions.",
"extended_name": "Property Index",
"type": "string"
},
"a": {
"description": "Defines if property is animated",
"extended_name": "Animated",
"type": "number"
}
}
}
5 changes: 0 additions & 5 deletions docs/json/properties/multiDimensionalKeyframed.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
"description": "Out Spatial Tangent. Only for spatial properties. Array of numbers.",
"extended_name": "Out Tangent",
"type": "array"
},
"a": {
"description": "Defines if property is animated",
"extended_name": "Animated",
"type": "number"
}
}
}
13 changes: 0 additions & 13 deletions docs/json/properties/offsetKeyframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"e": {
"description": "End value of keyframe segment.",
"extended_name": "End",
"items": {
"type": "number"
},
"type": "array"
},
"s": {
"description": "Start value of keyframe segment.",
"extended_name": "Start",
Expand Down Expand Up @@ -56,11 +48,6 @@
}
},
"type": "object"
},
"nm": {
"description": "Bezier curve name. Used for caching.",
"extended_name": "Name",
"type": "number"
}
}
}
5 changes: 0 additions & 5 deletions docs/json/properties/shapeKeyframed.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
"description": "Out Spatial Tangent. Only for spatial properties. Array of numbers.",
"extended_name": "Out Tangent",
"type": "array"
},
"a": {
"description": "Defines if property is animated",
"extended_name": "Animated",
"type": "number"
}
}
}
14 changes: 0 additions & 14 deletions docs/json/properties/shapePropKeyframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"e": {
"description": "End value of keyframe segment.",
"extended_name": "End",
"items": {
"type": "object",
"$ref": "#/properties/shapeProp"
},
"type": "array"
},
"s": {
"description": "Start value of keyframe segment.",
"extended_name": "Start",
Expand Down Expand Up @@ -58,11 +49,6 @@
}
},
"type": "object"
},
"nm": {
"description": "Bezier curve name. Used for caching.",
"extended_name": "Name",
"type": "number"
}
}
}
5 changes: 0 additions & 5 deletions docs/json/properties/value.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"description": "Property Index. Used for expressions.",
"extended_name": "Property Index",
"type": "string"
},
"a": {
"description": "Defines if property is animated",
"extended_name": "Animated",
"type": "number"
}
}
}
5 changes: 0 additions & 5 deletions docs/json/properties/valueKeyframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"properties": {
"e": {
"description": "End value of keyframe segment.",
"extended_name": "End",
"type": "number"
},
"s": {
"description": "Start value of keyframe segment.",
"extended_name": "Start",
Expand Down
5 changes: 0 additions & 5 deletions docs/json/properties/valueKeyframed.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"description": "Property Index. Used for expressions.",
"extended_name": "Property Index",
"type": "string"
},
"a": {
"description": "Defines if property is animated",
"extended_name": "Animated",
"type": "number"
}
}
}

0 comments on commit 878058a

Please sign in to comment.