Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/2.0/schema/accessor.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"extensions": { },
"extras": { }
},
"dependencies": {
"dependentRequired": {
"byteOffset": [ "bufferView" ]
},
"required": [ "componentType", "count", "type" ]
Expand Down
2 changes: 1 addition & 1 deletion specification/2.0/schema/glTF.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"extensions": { },
"extras": { }
},
"dependencies": {
"dependentRequired": {
"scene": [ "scenes" ]
},
"required": [ "asset" ]
Expand Down
2 changes: 1 addition & 1 deletion specification/2.0/schema/image.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"extensions": { },
"extras": { }
},
"dependencies": {
"dependentRequired": {
"bufferView": [ "mimeType" ]
},
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion specification/2.0/schema/material.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"gltf_detailedDescription": "Specifies whether the material is double sided. When this value is false, back-face culling is enabled. When this value is true, back-face culling is disabled and double-sided lighting is enabled. The back-face **MUST** have its normals reversed before the lighting equation is evaluated."
}
},
"dependencies" : {
"dependentRequired" : {
"alphaCutoff" : ["alphaMode"]
}
}
2 changes: 1 addition & 1 deletion specification/2.0/schema/node.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"extensions": { },
"extras": { }
},
"dependencies": {
"dependentRequired": {
"weights": [ "mesh" ],
"skin": [ "mesh" ]
},
Expand Down