mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* Fixed several issues * More fixes to v3 APIs * More fixes * Fixed more v3 schema issues * fixed campaign filters path * Updated redoc API generator to v10 * Updated redoc api generator action to latest version * Added log to action * Fixed path in action * Added orderBy to saved search * Added some fixes for beta * Fixed duplicate nullable * Triggering checks again * Triggering checks again * More beta fixes * Fixed schema bug' by github action: 7980819692
29 lines
640 B
YAML
29 lines
640 B
YAML
type : object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: Unique ID of the common access item
|
|
example: 555ab47a-0d32-4813-906f-adf3567de6a4
|
|
access:
|
|
$ref: './CommonAccessItemAccess.yaml'
|
|
description: common access item
|
|
status:
|
|
type: string
|
|
description: CONFIRMED or DENIED
|
|
lastUpdated:
|
|
type: string
|
|
readOnly: true
|
|
format: date-time
|
|
reviewedByUser:
|
|
type: boolean
|
|
description: true if user has confirmed or denied status
|
|
lastReviewed:
|
|
type: string
|
|
readOnly: true
|
|
format: date-time
|
|
nullable: true
|
|
createdByUser:
|
|
type: boolean
|
|
default: false
|
|
example: false
|