mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
22 lines
419 B
YAML
22 lines
419 B
YAML
type: object
|
|
properties:
|
|
profile_type_id:
|
|
type: string
|
|
format: uuid
|
|
required: true
|
|
status:
|
|
type: string
|
|
enum: [Enabled, Disabled]
|
|
required: true
|
|
uid:
|
|
type: string
|
|
required: true
|
|
name:
|
|
type: string
|
|
required: true
|
|
condition_rule_ids:
|
|
type: array
|
|
items:
|
|
type: string
|
|
format: uuid
|
|
description: The ProfileTypeRule this workflow will be working with. |