Skip to content

Commit

Permalink
fix(build): add missing titles for sceneHeadModels
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Apr 21, 2022
1 parent 5a412b5 commit 1a76e61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/schemas/arena-scene-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,21 +355,23 @@
"type":"string"
},
"sceneHeadModels":{
"default":"",
"default":[],
"description":"Define the default head model(s) for the scene in a list. Users may still choose from the ARENA default list of head models as well.",
"minLength":5,
"title":"Head Model URLs",
"type":"array",
"minItems":1,
"maxItems":10,
"items":{
"type":"object",
"title":"Head Models",
"properties":{
"name":{
"title":"Head Model Name",
"type":"string",
"description":"A head model name for the selection GUI."
},
"url":{
"title":"Head Model URL",
"type":"string",
"description":"The head model GLTF URL. You must scale and rotate your source GLTFs appropriately."
}
Expand Down

0 comments on commit 1a76e61

Please sign in to comment.