action apicurio_list_global_rules { label: "List global rules" description: "Gets a list of all the currently configured global rules (if any).\n\nThis operation can fail for the following reasons:\n\n* A server error occurred (HTTP error `500`)\n" provider: apicurio method: GET path: "/admin/rules" encoding: json output: { type: "array" items: { type: "string" enum: ["VALIDITY", "COMPATIBILITY"] } } }