action httpbin_get_xml { label: "Returns a simple XML document." provider: httpbin method: GET path: "/xml" encoding: json output: { type: "object" additionalProperties: true } }