Litify · JSON-LD Context

Litify Context

JSON-LD context defining the semantic vocabulary for Litify from Litify.

10 Classes 9 Properties 1 Namespaces
View Context View on GitHub

Namespaces

litify: https://www.litify.com/vocab#

Classes

name description url image provider SoftwareApplication WebAPI Thing Organization LegalService

Properties

Property Type Container
matter Thing
intake Thing
document DigitalDocument
task Thing
timeTracking Thing
billing Invoice
clientCommunication CommunicateAction
lawFirm LegalService
legalDepartment Organization

JSON-LD Document

litify-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "litify": "https://www.litify.com/vocab#",
    "name": "name",
    "description": "description",
    "url": "url",
    "image": "image",
    "provider": "provider",
    "SoftwareApplication": "SoftwareApplication",
    "WebAPI": "WebAPI",
    "Thing": "Thing",
    "Organization": "Organization",
    "LegalService": "LegalService",
    "matter": {
      "@id": "litify:matter",
      "@type": "Thing"
    },
    "intake": {
      "@id": "litify:intake",
      "@type": "Thing"
    },
    "document": {
      "@id": "litify:document",
      "@type": "DigitalDocument"
    },
    "task": {
      "@id": "litify:task",
      "@type": "Thing"
    },
    "timeTracking": {
      "@id": "litify:timeTracking",
      "@type": "Thing"
    },
    "billing": {
      "@id": "litify:billing",
      "@type": "Invoice"
    },
    "clientCommunication": {
      "@id": "litify:clientCommunication",
      "@type": "CommunicateAction"
    },
    "lawFirm": {
      "@id": "litify:lawFirm",
      "@type": "LegalService"
    },
    "legalDepartment": {
      "@id": "litify:legalDepartment",
      "@type": "Organization"
    }
  },
  "@type": "SoftwareApplication",
  "@id": "https://www.litify.com/",
  "name": "Litify",
  "description": "Litify is a legal operating system built on Salesforce that provides REST APIs for managing matters, intakes, documents, tasks, time tracking, billing, and client communications for law firms and legal departments.",
  "url": "https://www.litify.com/",
  "image": "https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg",
  "provider": {
    "@type": "Organization",
    "name": "Litify",
    "url": "https://www.litify.com/"
  },
  "applicationCategory": "LegalTechnology",
  "operatingSystem": "Salesforce",
  "offers": {
    "@type": "Offer",
    "url": "https://www.litify.com/pricing"
  },
  "termsOfService": "https://www.litify.com/legal/litify-api-integration-agreement"
}