action regcheck_check { label: "Gets details of a UK Vehicle" description: "Gets details of a UK Vehicle\n" provider: regcheck method: GET path: "/Check" encoding: json input: { type: "object" properties: { searchString: { type: "string" } } required: ["searchString"] additionalProperties: false } output: { type: "object" additionalProperties: true } }