Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PublicPersonProfile

Hierarchy

  • PublicProfileBase
    • PublicPersonProfile

Indexable

[k: string]: unknown

Index

Properties

@context?: "http://schema.org"
@type: "Person"
account?: { @type?: string; identifier?: string; proofMessage?: string; proofSignature?: string; proofType?: string; proofUrl?: string; service?: string }[]
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
apps?: {}

Type declaration

  • [origin: string]: string
appsMeta?: {}

Type declaration

  • [origin: string]: { publicKey: string; storage: string }
    • publicKey: string
    • storage: string
birthDate?: string
description?: string
familyName?: string
givenName?: string
image?: ProfileImage[]
knows?: { @id?: string; @type?: string }[]
name?: string
taxID?: string
website?: { @type?: string; url?: string }[]
worksFor?: { @id?: string; @type?: string }[]

Generated using TypeDoc