action surevoip_get { label: "List global resources" provider: surevoip method: GET path: "/" encoding: json input: { type: "object" properties: { "content-type": { type: "string" enum: ["application/json", "text/html", "text/xml", "application/xml"] } hypermedia: { type: "string" enum: ["yes", "no"] } } additionalProperties: false } output: { type: "object" properties: { status: { type: "string" enum: ["OK"] } } } }