mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
23 lines
512 B
YAML
23 lines
512 B
YAML
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
required: true
|
|
enum: [ProfileAttributeRule]
|
|
condition_object_type:
|
|
type: string
|
|
required: true
|
|
enum: [TextFieldAttribute, TextAreaAttribute]
|
|
condition_object_id:
|
|
type: string
|
|
required: true
|
|
format: uuid
|
|
comparison_operator:
|
|
type: string
|
|
required: true
|
|
enum: ['==', '!=', '>', '<', 'start_with?', 'end_with?', 'include?']
|
|
value:
|
|
type: string
|
|
required: true
|
|
example: Some value
|