Skip to content

Commit

Permalink
target.id -> target.node
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Feb 24, 2017
1 parent 2b3a653 commit de1023f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/2.0/schema/animation.channel.target.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description" : "The index of the node and TRS property that an animation channel targets.",
"allOf" : [ { "$ref" : "glTFProperty.schema.json" } ],
"properties" : {
"id" : {
"node" : {
"allOf" : [ { "$ref" : "glTFid.schema.json" } ],
"description" : "The index of the node to target."
},
Expand All @@ -18,5 +18,5 @@
"extras" : {}
},
"additionalProperties" : false,
"required": ["id", "path"]
"required": ["node", "path"]
}

0 comments on commit de1023f

Please sign in to comment.