action extendsclass_post_bin { label: "Create a json bin" provider: extendsclass method: POST path: "/bin" encoding: json output: { properties: { id: { type: "string" } status: { type: "integer" } uri: { type: "string" } } } }