mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* IDNARSENAL-17545: Add additional identity field to indicate whether lifecycle state has been set manually * Added default for boolean types * Added required property' by github action: 5050345129
14 lines
309 B
YAML
14 lines
309 B
YAML
type: object
|
|
properties:
|
|
stateName:
|
|
type: string
|
|
description: The name of the lifecycle state
|
|
example: 'active'
|
|
manuallyUpdated:
|
|
type: boolean
|
|
description: Whether the lifecycle state has been manually or automatically set
|
|
example: true
|
|
required:
|
|
- stateName
|
|
- manuallyUpdated
|