"description":"The Express-like path matching string, where a specifier in the editor will be matched against, and the variables interpolated to provide a completion suggestion.",
"examples":[
"/:package([a-z0-9_]*)/:path*",
"/:package([a-z0-9_]*)@:version?/:path*"
]
},
"variables":{
"default":[],
"description":"The variables that are contained in the schema string.",
"description":"The variable key name in the schema, which will be used to build the completion suggestions.",
"examples":[
"package",
"version",
"path"
]
},
"url":{
"type":"string",
"description":"The \"endpoint\" to call to provide values to complete the specifier. This endpoint should return an array of strings. Parsed values can be substituted using ${key} syntax.",