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