avatar_import_info.json
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"path": {
"type": "string",
"pattern": "^.+\\.(fbx|obj|ava)$"
},
"reference": {
"description": "id of an existing imported avatar for reference",
"type": "string"
},
"required": ["path"]
}