action pressassociation_list_assets { label: "Asset Collection" description: "Return a collection of Assets." provider: pressassociation method: GET path: "/asset" encoding: json input: { type: "object" properties: { aliases: { type: "boolean" } limit: { type: "integer" format: "int32" } updatedAfter: { type: "string" } } additionalProperties: false } output: { type: "object" } }