avatar_import_info_v1_0.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"
]
}