Properties
Optional @context
@context?: "http://schema.org"
Optional account
account?: { @type?: string; identifier?: string; proofMessage?: string; proofSignature?: string; proofType?: string; proofUrl?: string; service?: string }[]
Optional address
address?: { @type?: string; addressCountry?: string; addressLocality?: string; postalCode?: string; streetAddress?: string }
Type declaration
[k: string]: unknown
Optional @type?: string
Optional addressCountry?: string
Optional addressLocality?: string
Optional postalCode?: string
Optional streetAddress?: string
Optional appsMeta
appsMeta?: {}
Type declaration
[origin: string]: { publicKey: string; storage: string }
publicKey: string
storage: string
Optional birthDate
birthDate?: string
Optional description
description?: string
Optional familyName
familyName?: string
Optional givenName
givenName?: string
Optional image
image?: ProfileImage[]
Optional knows
knows?: { @id?: string; @type?: string }[]
Optional name
name?: string
Optional taxID
taxID?: string
Optional website
website?: { @type?: string; url?: string }[]
Optional worksFor
worksFor?: { @id?: string; @type?: string }[]