action beezup_get_public_lov_index { label: "Get all list names" provider: beezup method: GET path: "/v2/public/lov/" encoding: json input: { type: "object" properties: { "If-None-Match": { type: "string" } } additionalProperties: false } output: { type: "object" properties: { links: { type: "object" properties: { lists: { type: "object" description: "List of lov link. The key is the list name." } self: { type: "object" } } } } } }