mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
37 lines
688 B
YAML
37 lines
688 B
YAML
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
required: true
|
|
enum: [ProfileAttributeRule]
|
|
condition_object_type:
|
|
type: string
|
|
required: true
|
|
enum: [DateAttribute]
|
|
condition_object_id:
|
|
type: string
|
|
format: uuid
|
|
secondary_attribute_type:
|
|
type: string
|
|
enum: [DateAttribute]
|
|
secondary_attribute_id:
|
|
type: string
|
|
format: uuid
|
|
comparison_operator:
|
|
type: string
|
|
enum: ['>', '<', 'after', 'before']
|
|
value:
|
|
type: string
|
|
required: true
|
|
enum: ['Today', '<uid>']
|
|
secondary_value:
|
|
type: string
|
|
enum: ['after', 'before']
|
|
tertiary_value:
|
|
type: string
|
|
example: 30
|
|
|
|
|
|
|
|
|