mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
22 lines
629 B
YAML
22 lines
629 B
YAML
type: object
|
|
properties:
|
|
access:
|
|
$ref: './AccessReference.yaml'
|
|
ignored:
|
|
type: boolean
|
|
description: Whether or not the identity has already chosen to ignore this recommendation.
|
|
requested:
|
|
type: boolean
|
|
description: Whether or not the identity has already chosen to request this recommendation.
|
|
viewed:
|
|
type: boolean
|
|
description: Whether or not the identity reportedly viewed this recommendation.
|
|
messages:
|
|
type: array
|
|
items:
|
|
$ref: './AccessRecommendationMessage.yaml'
|
|
translationMessages:
|
|
type: array
|
|
items:
|
|
type: object
|
|
$ref: './TranslationMessage.yaml' |