action consumerfinance_get_dataset { label: "Get metadata about a dataset." provider: consumerfinance method: GET path: "/data/{dataset}" encoding: json input: { type: "object" properties: { dataset: { type: "string" } } required: ["dataset"] additionalProperties: false } output: { type: "object" additionalProperties: true } }