Files
api-specs/idn/beta/schemas/AccessRecommendation.yaml
2022-09-02 10:59:29 -04:00

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'