action pressassociation_list_platforms { label: "Platform Collection" description: "Return a list of available platforms." provider: pressassociation method: GET path: "/platform" encoding: json input: { type: "object" properties: { aliases: { type: "boolean" } } additionalProperties: false } output: { type: "object" } }