mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
31 lines
572 B
YAML
31 lines
572 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
uid:
|
|
type: string
|
|
minLength: 32
|
|
maxLength: 32
|
|
readOnly: true
|
|
type:
|
|
type: string
|
|
required: true
|
|
enum: [RiskRule]
|
|
comparison_operator:
|
|
type: string
|
|
enum: ['==', '>', '<']
|
|
value:
|
|
type: string
|
|
summary: id of the Risk Level being compared against
|
|
required: true
|
|
format: uuid
|
|
secondary_value:
|
|
type: string
|
|
required: true
|
|
enum: [OverallRisk]
|
|
_destroy:
|
|
type: boolean
|
|
default: false
|