PDFfiller · JSON-LD Context

Pdffiller Context

JSON-LD context defining the semantic vocabulary for Pdffiller from PDFfiller.

63 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

pdffiller: https://api.pdffiller.com/v2/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id type Template FillableForm FilledForm SignatureRequest Recipient Callback Folder Token CustomLogo Application document_id link_to_fill_id filled_form_id signature_request_id template_id application_id callback_id folder_id token_id custom_logo_id name description email url status access short_url callback_url redirect_url page_count sign_in_order envelope_name method reusable email_required name_required allow_downloads welcome_screen enforce_required_fields notification_emails notifications signature_stamp fillable_fields additional_documents recipients phone_number role order expires_in expires_at hash thumbnail grant_type client_id client_secret access_token token_type per_page page total items

Properties

Property Type Container
created_at dateTime
updated_at dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "pdffiller": "https://api.pdffiller.com/v2/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "id": "@id",
    "type": "@type",

    "Template": "pdffiller:Template",
    "FillableForm": "pdffiller:FillableForm",
    "FilledForm": "pdffiller:FilledForm",
    "SignatureRequest": "pdffiller:SignatureRequest",
    "Recipient": "pdffiller:Recipient",
    "Callback": "pdffiller:Callback",
    "Folder": "pdffiller:Folder",
    "Token": "pdffiller:Token",
    "CustomLogo": "pdffiller:CustomLogo",
    "Application": "pdffiller:Application",

    "document_id": "pdffiller:documentId",
    "link_to_fill_id": "pdffiller:linkToFillId",
    "filled_form_id": "pdffiller:filledFormId",
    "signature_request_id": "pdffiller:signatureRequestId",
    "template_id": "pdffiller:templateId",
    "application_id": "pdffiller:applicationId",
    "callback_id": "pdffiller:callbackId",
    "folder_id": "pdffiller:folderId",
    "token_id": "pdffiller:tokenId",
    "custom_logo_id": "pdffiller:customLogoId",

    "name": "schema:name",
    "description": "schema:description",
    "email": "schema:email",
    "url": "schema:url",
    "status": "pdffiller:status",
    "access": "pdffiller:access",
    "short_url": "pdffiller:shortUrl",
    "callback_url": "pdffiller:callbackUrl",
    "redirect_url": "pdffiller:redirectUrl",
    "page_count": "pdffiller:pageCount",
    "sign_in_order": "pdffiller:signInOrder",
    "envelope_name": "pdffiller:envelopeName",
    "method": "pdffiller:signatureMethod",
    "reusable": "pdffiller:reusable",
    "email_required": "pdffiller:emailRequired",
    "name_required": "pdffiller:nameRequired",
    "allow_downloads": "pdffiller:allowDownloads",
    "welcome_screen": "pdffiller:welcomeScreen",
    "enforce_required_fields": "pdffiller:enforceRequiredFields",
    "notification_emails": "pdffiller:notificationEmails",
    "notifications": "pdffiller:notifications",
    "signature_stamp": "pdffiller:signatureStamp",
    "fillable_fields": "pdffiller:fillableFields",
    "additional_documents": "pdffiller:additionalDocuments",
    "recipients": "pdffiller:recipients",
    "phone_number": "pdffiller:phoneNumber",
    "role": "pdffiller:role",
    "order": "pdffiller:signingOrder",
    "expires_in": "pdffiller:expiresIn",
    "expires_at": "pdffiller:expiresAt",
    "hash": "pdffiller:tokenHash",
    "thumbnail": "pdffiller:thumbnail",
    "grant_type": "pdffiller:grantType",
    "client_id": "pdffiller:clientId",
    "client_secret": "pdffiller:clientSecret",
    "access_token": "pdffiller:accessToken",
    "token_type": "pdffiller:tokenType",

    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "per_page": "pdffiller:perPage",
    "page": "pdffiller:page",
    "total": "pdffiller:total",
    "items": "pdffiller:items"
  }
}