rum_rules

A list of rules.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-rules-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rum_rules",
  "title": "rum_rules",
  "description": "A list of rules.",
  "items": {
    "$ref": "#/components/schemas/rum_rule"
  },
  "type": "array"
}