action consumerfinance_get_concept_hmda { label: "Get information about a particular concept in this dataset." provider: consumerfinance method: GET path: "/data/hmda/concept/{concept}" encoding: json input: { type: "object" properties: { concept: { type: "string" } } required: ["concept"] additionalProperties: false } output: { type: "object" additionalProperties: true } }