Everyone

Matches everyone.

APIs.ioEngineeringPlatform

Properties

Name Type Description
everyone object An empty object which matches on all users.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-everyone-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_everyone_rule",
  "title": "Everyone",
  "description": "Matches everyone.",
  "properties": {
    "everyone": {
      "description": "An empty object which matches on all users.",
      "example": {},
      "type": "object"
    }
  },
  "required": [
    "everyone"
  ],
  "type": "object"
}