action netlicensing_license_types { label: "List License Types" description: "Return a list of all License Types supported by the service" provider: netlicensing method: GET path: "/utility/licenseTypes" encoding: json output: { properties: { infos: { properties: {} } items: { properties: {} } } } }