{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_configuration", "title": "api-shield_configuration", "properties": { "auth_id_characteristics": { "$ref": "#/components/schemas/api-shield_auth_id_characteristics" } }, "required": [ "auth_id_characteristics" ], "type": "object" }