SignNow · JSON-LD Context

Signnow Context

JSON-LD context defining the semantic vocabulary for Signnow from SignNow.

26 Classes 2 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
signnow: https://docs.signnow.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Document Template Field SigningRequest Role id document_name user_id page_count tags roles fields requests fieldinvite_status signer_email status role_id signing_order required label type x y width height page_number

Properties

Property Type Container
created dateTime
updated dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "signnow": "https://docs.signnow.com/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Document": "schema:DigitalDocument",
    "Template": "signnow:Template",
    "Field": "signnow:Field",
    "SigningRequest": "signnow:SigningRequest",
    "Role": "signnow:Role",

    "id": "@id",
    "document_name": "schema:name",
    "created": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
    "updated": {"@id": "schema:dateModified", "@type": "xsd:dateTime"},
    "user_id": "schema:creator",
    "page_count": "schema:numberOfPages",
    "tags": "schema:keywords",
    "roles": "signnow:hasRole",
    "fields": "signnow:hasField",
    "requests": "signnow:hasSigningRequest",
    "fieldinvite_status": "signnow:inviteStatus",

    "signer_email": "schema:email",
    "status": "schema:status",
    "role_id": "signnow:roleReference",
    "signing_order": "signnow:signingOrder",
    "required": "schema:valueRequired",
    "label": "schema:name",
    "type": "schema:additionalType",

    "x": "signnow:positionX",
    "y": "signnow:positionY",
    "width": "schema:width",
    "height": "schema:height",
    "page_number": "signnow:pageNumber"
  }
}