Source: https://restauranttechnologynetwork.com/technical-documents

ProfileEntityPerson

Properties

Name Description Type Required Generic Enum Ignore
@type string false ${prop.ignore}
Description Description related to the entitiy. string false ${prop.ignore}
ExtensionPoint ExtensionPoint false ${prop.ignore}
Person Assigned Type: ms-0200:Person Person false ${prop.ignore}
ExtensionPoint_Choice ExtensionPoint_Choice false ${prop.ignore}
{
  "@type" : "string",
  "description" : "string",
  "extensionPoint" : { },
  "person" : {
    "@type" : "string",
    "birthday" : "string",
    "personName" : [ { } ],
    "email" : [ { } ],
    "phone" : [ { } ],
    "address" : [ { } ],
    "socialMedia" : [ { } ],
    "communicationMethod" : [ { } ],
    "verification" : [ { } ],
    "thirdPartySystem" : [ { } ],
    "gender" : "string",
    "preferredPronoun" : { },
    "company" : [ { } ],
    "significantDate" : [ { } ],
    "extensionPoint" : { }
  },
  "extensionPointChoice" : { }
}