action data_docket { label: "Returns Docket information" provider: data method: GET path: "/docket.{response_format}" encoding: json input: { type: "object" properties: { docketId: { type: "string" } response_format: { type: "string" } } required: ["docketId", "response_format"] additionalProperties: false } output: { type: "object" additionalProperties: true } }