Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Added jobTitle and telephone fields
Browse files Browse the repository at this point in the history
Fix for #4
  • Loading branch information
drchristhorpe committed Jun 18, 2018
1 parent 13eabcb commit 583c43e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/models/Person.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,27 @@
"example": "Daley",
"description": ["An given name of the person","This person must give direct permission for their personal information to be shared as part of the Open Data."]
},
"jobTitle": {
"fieldName": "jobTitle",
"sameAs": "http://schema.org/name",
"requiredType": "http://schema.org/Text",
"example": "Chief Coach",
"description": ["The job title for the person, especially used in the context of a leader.","This person must give direct permission for their personal information to be shared as part of the Open Data."]
},
"name": {
"fieldName": "name",
"sameAs": "http://schema.org/name",
"requiredType": "http://schema.org/Text",
"example": "Daley Thompson",
"description": ["An full name for the person, where structured data around givenName and familyName is not available.","This person must give direct permission for their personal information to be shared as part of the Open Data."]
},
"telephone": {
"fieldName": "telephone",
"sameAs": "http://schema.org/name",
"requiredType": "http://schema.org/Text",
"example": "01 811 8055",
"description": ["A contact telephone number for the person.","This person must give direct permission for their personal information to be shared as part of the Open Data."]
},
"url": {
"fieldName": "url",
"sameAs": "http://schema.org/url",
Expand Down

0 comments on commit 583c43e

Please sign in to comment.