rulesets_ResponseRule

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-responserule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_ResponseRule",
  "title": "rulesets_ResponseRule",
  "allOf": [
    {
      "$ref": "#/components/schemas/rulesets_RequestRule"
    },
    {
      "required": [
        "id",
        "expression",
        "action",
        "ref",
        "enabled"
      ]
    }
  ]
}