Files
api-specs/idn/v3/schemas/LifecycleStateDto.yaml
GitHub Action Bot 1980a2edcb Automated commit 'IDNARSENAL-17545: Add additional identity field to indicate whether lifecycle state has been set manually (#1266)
* 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
2023-05-22 20:59:46 +00:00

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