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

23 lines
576 B
YAML

type: object
properties:
type:
type: string
required: true
enum: [ProfileAttributeRule]
condition_object_type:
type: string
required: true
enum: [ProfileSelectAttribute, ProfileSearchAttribute, OwnerSelectAttribute, OwnerSearchAttribute, ContributorSelectAttribute, ContributorSearchAttribute]
condition_object_id:
type: string
required: true
format: uuid
comparison_operator:
type: string
required: true
enum: ['include?', 'exclude?']
value:
type: string
required: true
format: uuid