Neynar · JSON-LD Context

Signer Context

JSON-LD context defining the semantic vocabulary for Signer from Neynar.

0 Classes 0 Properties 0 Namespaces
View Context View on GitHub

JSON-LD Document

Raw ↑
{
  "@context": "https://neynar.com/vocab/context.jsonld",
  "@type": "neynar:Signer",
  "schema:name": "Signer",
  "schema:description": "Neynar Signer resource",
  "properties": [
    "fid",
    "object",
    "permissions",
    "public_key",
    "signer_approval_url",
    "signer_uuid",
    "status"
  ],
  "required": [
    "signer_uuid",
    "public_key",
    "status"
  ]
}