access_include

Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-include-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_include",
  "title": "access_include",
  "description": "Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.",
  "items": {
    "$ref": "#/components/schemas/access_rule"
  },
  "type": "array"
}