action netlicensing_list_licenses { label: "List Licenses" description: "Return a list of all Licenses for the current Vendor" provider: netlicensing method: GET path: "/license" encoding: json output: { type: "array" items: { properties: { infos: { properties: {} } items: { properties: {} } } } } }