Everlaw · JSON-LD Context

Everlaw Context

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

12 Classes 14 Properties 2 Namespaces
View Context View on GitHub

Namespaces

everlaw: https://www.everlaw.com/vocab#
api: https://api.everlaw.com/

Classes

name description url SoftwareApplication WebAPI Organization BlogPosting documentation termsOfService softwareVersion operatingSystem applicationCategory

Properties

Property Type Container
provider reference
everlaw:case reference
everlaw:database reference
everlaw:document reference
everlaw:upload reference
everlaw:review reference
everlaw:predictiveCoding reference
everlaw:billing reference
everlaw:organization reference
everlaw:apiKey reference
everlaw:region reference
everlaw:eDiscovery reference
everlaw:litigation reference
everlaw:mcp reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "everlaw": "https://www.everlaw.com/vocab#",
    "api": "https://api.everlaw.com/",
    "name": "name",
    "description": "description",
    "url": "url",
    "provider": {
      "@id": "provider",
      "@type": "@id"
    },
    "SoftwareApplication": "SoftwareApplication",
    "WebAPI": "WebAPI",
    "Organization": "Organization",
    "BlogPosting": "BlogPosting",
    "documentation": "documentation",
    "termsOfService": "termsOfService",
    "softwareVersion": "softwareVersion",
    "operatingSystem": "operatingSystem",
    "applicationCategory": "applicationCategory",
    "everlaw:case": {
      "@id": "everlaw:case",
      "@type": "@id"
    },
    "everlaw:database": {
      "@id": "everlaw:database",
      "@type": "@id"
    },
    "everlaw:document": {
      "@id": "everlaw:document",
      "@type": "@id"
    },
    "everlaw:upload": {
      "@id": "everlaw:upload",
      "@type": "@id"
    },
    "everlaw:review": {
      "@id": "everlaw:review",
      "@type": "@id"
    },
    "everlaw:predictiveCoding": {
      "@id": "everlaw:predictiveCoding",
      "@type": "@id"
    },
    "everlaw:billing": {
      "@id": "everlaw:billing",
      "@type": "@id"
    },
    "everlaw:organization": {
      "@id": "everlaw:organization",
      "@type": "@id"
    },
    "everlaw:apiKey": {
      "@id": "everlaw:apiKey",
      "@type": "@id"
    },
    "everlaw:region": {
      "@id": "everlaw:region",
      "@type": "@id"
    },
    "everlaw:eDiscovery": {
      "@id": "everlaw:eDiscovery",
      "@type": "@id"
    },
    "everlaw:litigation": {
      "@id": "everlaw:litigation",
      "@type": "@id"
    },
    "everlaw:mcp": {
      "@id": "everlaw:mcp",
      "@type": "@id"
    }
  },
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.everlaw.com",
      "name": "Everlaw",
      "description": "Everlaw is a cloud-based litigation and eDiscovery platform offering a REST API for managing cases, uploading evidence, running predictive coding, and collaborating on document review.",
      "url": "https://www.everlaw.com",
      "sameAs": [
        "https://api.everlaw.com",
        "https://app.everlaw.com",
        "https://status.everlaw.com"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "url": "https://support.everlaw.com/hc/en-us",
        "email": "[email protected]",
        "contactType": "technical support"
      }
    },
    {
      "@type": "WebAPI",
      "@id": "https://api.everlaw.com",
      "name": "Everlaw REST API",
      "description": "The Everlaw REST API provides programmatic access to the Everlaw eDiscovery platform, enabling automation of case management, document uploads, billing reporting, and analytics.",
      "documentation": "https://api.everlaw.com/docs/",
      "provider": {
        "@id": "https://www.everlaw.com"
      },
      "termsOfService": "https://www.everlaw.com/terms/",
      "applicationCategory": "LegalTechnology",
      "everlaw:region": [
        "US",
        "UK",
        "EU",
        "Canada",
        "Australia"
      ],
      "everlaw:apiKey": {
        "description": "API keys are required for authentication and are generated by Organization Admins. Provide the API key as a Bearer token in the Authorization header.",
        "managementUrl": "https://app.everlaw.com"
      },
      "everlaw:eDiscovery": {
        "description": "Cloud-based eDiscovery platform supporting case management, document review, predictive coding, and evidence upload."
      },
      "everlaw:mcp": {
        "description": "Everlaw MCP Server enables integration with AI tools such as Claude.",
        "url": "https://support.everlaw.com/hc/en-us/articles/49986656959771-Everlaw-MCP-Server"
      }
    }
  ]
}