action bclaws_get_content_aspect_id { label: "Describes the documents and directories available within a specific 'aspect' (content group) of the BCLaws library" provider: bclaws method: GET path: "/content/{aspectId}" encoding: json input: { type: "object" properties: { aspectId: { type: "string" enum: ["complete", "corpreg", "bcgaz1", "bcgaz2", "oic", "psl", "ecb", "hscr", "arch_oic"] } } required: ["aspectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }