action goog_get_the_status_of_the_api_service { label: "Status" description: "It \"status\" == true then API is up, else the API is down" provider: goog method: GET path: "/" encoding: json output: { type: "object" properties: { status: { type: "boolean" } } } }