mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
18 lines
446 B
YAML
18 lines
446 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
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"
|