{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_condition", "title": "iam_condition", "properties": { "request.ip": { "$ref": "#/components/schemas/iam_request_ip" } }, "type": "object" }