Vanta · Schema

Vanta Vendor

A third-party vendor tracked in the Vanta compliance platform for security review

CybersecurityComplianceSecurityGovernanceRisk Management

Properties

Name Type Description
id string Unique vendor identifier assigned by Vanta
name string Vendor company name
url stringnull Vendor website URL
riskLevel string Inherent risk level based on data access and criticality
residualRiskLevel stringnull Residual risk level after security controls are applied
reviewStatus string Current security review status
hasContract boolean Whether a signed contract exists with this vendor
hasDpa boolean Whether a Data Processing Agreement (DPA) exists
createdAt string When this vendor was added to Vanta
nextReviewDate stringnull Date of the next scheduled security review
View JSON Schema on GitHub

JSON Schema

vanta-vendor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vanta/main/json-schema/vanta-vendor-schema.json",
  "title": "Vanta Vendor",
  "description": "A third-party vendor tracked in the Vanta compliance platform for security review",
  "type": "object",
  "required": ["id", "name", "riskLevel", "reviewStatus"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique vendor identifier assigned by Vanta"
    },
    "name": {
      "type": "string",
      "description": "Vendor company name"
    },
    "url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "Vendor website URL"
    },
    "riskLevel": {
      "type": "string",
      "enum": ["CRITICAL", "HIGH", "MEDIUM", "LOW"],
      "description": "Inherent risk level based on data access and criticality"
    },
    "residualRiskLevel": {
      "type": ["string", "null"],
      "enum": ["CRITICAL", "HIGH", "MEDIUM", "LOW", null],
      "description": "Residual risk level after security controls are applied"
    },
    "reviewStatus": {
      "type": "string",
      "enum": ["NOT_STARTED", "IN_PROGRESS", "APPROVED", "REJECTED"],
      "description": "Current security review status"
    },
    "hasContract": {
      "type": "boolean",
      "description": "Whether a signed contract exists with this vendor"
    },
    "hasDpa": {
      "type": "boolean",
      "description": "Whether a Data Processing Agreement (DPA) exists"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "When this vendor was added to Vanta"
    },
    "nextReviewDate": {
      "type": ["string", "null"],
      "format": "date",
      "description": "Date of the next scheduled security review"
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vanta-vendor"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.