mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
19 lines
373 B
YAML
19 lines
373 B
YAML
type: object
|
|
properties:
|
|
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]
|