action bclaws_get_search_aspect_id_fullsearch { label: "A listing of metadata available for the specified aspect and search term from the BCLaws legislative repository" provider: bclaws method: GET path: "/search/{aspectId}/fullsearch" encoding: json input: { type: "object" properties: { aspectId: { type: "string" enum: ["complete", "corpreg", "bcgaz1", "bcgaz2", "oic", "psl", "ecb", "hscr", "arch_oic"] } e: { type: "integer" } lFrag: { type: "integer" } nFrag: { type: "integer" } q: { type: "string" } s: { type: "string" } } required: ["aspectId", "e", "lFrag", "nFrag", "q", "s"] additionalProperties: false } output: { type: "object" additionalProperties: true } }