{ "lexicon": 1, "id": "space.polymodel.library.getModelLoadBundle", "defs": { "main": { "type": "query", "description": "Resolve a model Part URI into one bounded binary load bundle containing the primary resource and every indexed companion resource required by the format.", "parameters": { "type": "params", "required": ["uri"], "properties": { "uri": { "type": "string", "format": "at-uri" } } }, "output": { "encoding": "*/*" } } } }