action color_get_lists { label: "Get all colors of the default color name list" provider: color method: GET path: "/lists/" encoding: json output: { type: "object" properties: { listDescriptions: { type: "object" properties: { basic: { type: "object" properties: { colorCount: { type: "integer" } description: { type: "string" } key: { type: "string" } license: { type: "string" } source: { type: "string" } title: { type: "string" } url: { type: "string" } } } bestOf: { type: "object" additionalProperties: true } chineseTraditional: { type: "object" additionalProperties: true } default: { type: "object" additionalProperties: true } french: { type: "object" additionalProperties: true } html: { type: "object" additionalProperties: true } japaneseTraditional: { type: "object" additionalProperties: true } leCorbusier: { type: "object" additionalProperties: true } nbsIscc: { type: "object" additionalProperties: true } ntc: { type: "object" additionalProperties: true } osxcrayons: { type: "object" additionalProperties: true } ral: { type: "object" additionalProperties: true } ridgway: { type: "object" additionalProperties: true } risograph: { type: "object" additionalProperties: true } sanzoWadaI: { type: "object" additionalProperties: true } thesaurus: { type: "object" additionalProperties: true } werner: { type: "object" additionalProperties: true } wikipedia: { type: "object" additionalProperties: true } windows: { type: "object" additionalProperties: true } x11: { type: "object" additionalProperties: true } xkcd: { type: "object" additionalProperties: true } } } localAvailableColorNameLists: { type: "array" items: { type: "string" } } } } }