mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
15 lines
290 B
YAML
15 lines
290 B
YAML
type : object
|
|
properties:
|
|
confirmedIds:
|
|
description: List of confirmed common access ids.
|
|
type: array
|
|
items:
|
|
type: string
|
|
format: uuid
|
|
deniedIds:
|
|
description: List of denied common access ids.
|
|
type: array
|
|
items:
|
|
type: string
|
|
format: uuid
|