api-shield_auth_id_characteristics

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-auth-id-characteristics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_auth_id_characteristics",
  "title": "api-shield_auth_id_characteristics",
  "items": {
    "anyOf": [
      {
        "$ref": "#/components/schemas/api-shield_auth_id_characteristic"
      },
      {
        "$ref": "#/components/schemas/api-shield_auth_id_characteristic_jwt_claim"
      }
    ]
  },
  "maxItems": 10,
  "type": "array",
  "uniqueItems": true
}