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