type: object properties: id: type: string format: uuid readOnly: true uid: type: string minLength: 32 maxLength: 32 readOnly: true label: type: string condition_rules_attributes: type: array items: anyOf: - $ref: "./ProfileTypeRule.yaml" - $ref: "./ProfileStatusRule.yaml" - $ref: "./ProfileAttributeRuleString.yaml" - $ref: "./ProfileAttributeRuleDate.yaml" - $ref: "./ProfileAttributeRuleId.yaml" - $ref: "./RiskRule.yaml"