Files
api-specs/nerm/schemas/POST/AdvancedSearch.yaml
2023-05-12 15:35:08 -04:00

15 lines
403 B
YAML

type: object
properties:
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"