mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
28 lines
520 B
YAML
28 lines
520 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]
|