Rules

The list of rules in the ruleset.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-requestrules-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_RequestRules",
  "title": "Rules",
  "description": "The list of rules in the ruleset.",
  "items": {
    "$ref": "#/components/schemas/rulesets_RequestRule"
  },
  "type": "array"
}