action bclaws_get_content_aspect_id_civix_document_id { label: "Lists the metadata available for the specified index or directory from the BCLaws legislative respository" provider: bclaws method: GET path: "/content/{aspectId}/{civixDocumentId}" encoding: json input: { type: "object" properties: { aspectId: { type: "string" enum: ["complete", "corpreg", "bcgaz1", "bcgaz2", "oic", "psl", "ecb", "hscr", "arch_oic"] } civixDocumentId: { type: "string" } } required: ["aspectId", "civixDocumentId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }