{ "$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 }