{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_member_with_code", "title": "iam_member_with_code", "allOf": [ { "$ref": "#/components/schemas/iam_member" }, { "properties": { "code": { "$ref": "#/components/schemas/iam_code" } }, "type": "object" } ] }