Skip to content

Commit

Permalink
add label to persons-return model to address #20
Browse files Browse the repository at this point in the history
  • Loading branch information
GVogeler committed Jan 26, 2021
1 parent 09ffc6c commit 911d1f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prosopogrAPhI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,9 @@ components:
properties:
'@id':
$ref: '#/components/schemas/id'
label:
type: string
description: 'A human readable identification of the person for easy processing in selection scenarios. This identification is considered to be unstable, does not have to be stored in the backend (i.e. it might be created algorithmically on the fly from a currente state of date stored), can be ommitted (then the @id can be used as default) and is not processed in POST or PUT requests. In practice this label would typically constructed from statements on names, basic biographical dates (birth, death) and maybe a claim of fame / occupation, but the decision how to construct this label would be completely under responsibility of the service provider.'
uris:
$ref: '#/components/schemas/uris'
createdBy:
Expand Down

0 comments on commit 911d1f3

Please sign in to comment.