···66 "scheme": "file+local"
77 },
88 "actions": {
99+ "consult": {
1010+ "title": "Consult",
1111+ "description": "Check if a handle is available to be used by passing in a file uri that uses that handle as the host.",
1212+ "params_schema": {
1313+ "type": "string",
1414+ "description": "The uri with the handle to check the availability of."
1515+ }
1616+ },
917 "list": {
1018 "title": "List",
1119 "description": "List tracks.",
···2230 }
2331 }
2432 },
3333+ "resolve": {
3434+ "title": "Resolve",
3535+ "description": "Potentially translates a track uri with a matching scheme into a URL pointing at the audio bytes. If it can be resolved that is, otherwise you'll get `undefined`.",
3636+ "params_schema": {
3737+ "type": "string",
3838+ "description": "The uri to resolve"
3939+ }
4040+ },
2541 "mount": {
2642 "title": "Mount",
2743 "description": "Prepare for usage."
2844 },
2945 "unmount": {
3046 "title": "Unmount",
3131- "description": "Callback after usage."
4747+ "description": "Callback after usage.",
4848+ "params_schema": {
4949+ "type": "string",
5050+ "description": "The handle id to unmount"
5151+ }
3252 }
3353 }
3454}