Resilinc · Schema

Resilinc Supplier

JSON Schema for a Resilinc supplier record in the supply chain risk management platform. Represents a supplier organization tracked for risk monitoring and disruption analysis.

Supply ChainRisk ManagementSupplier IntelligenceDisruption MonitoringArtificial Intelligence

Properties

Name Type Description
id string Unique supplier identifier.
name string Supplier organization name.
country string Country where the supplier is located.
region string Geographic region.
city string City where the supplier operates.
industry string Industry sector of the supplier.
tier integer Supply chain tier level (1 = direct supplier, 2+ = sub-tier).
risk_score number Composite risk score (0-100, higher = more risk).
status string Current supplier status.
parts array Parts or components sourced from this supplier.
sites array Manufacturing or operational sites.
created_at string Record creation timestamp.
updated_at string Record last updated timestamp.
View JSON Schema on GitHub

JSON Schema

resilinc-supplier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/resilinc/json-schema/resilinc-supplier-schema.json",
  "title": "Resilinc Supplier",
  "description": "JSON Schema for a Resilinc supplier record in the supply chain risk management platform. Represents a supplier organization tracked for risk monitoring and disruption analysis.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique supplier identifier."
    },
    "name": {
      "type": "string",
      "description": "Supplier organization name."
    },
    "country": {
      "type": "string",
      "description": "Country where the supplier is located."
    },
    "region": {
      "type": "string",
      "description": "Geographic region."
    },
    "city": {
      "type": "string",
      "description": "City where the supplier operates."
    },
    "industry": {
      "type": "string",
      "description": "Industry sector of the supplier."
    },
    "tier": {
      "type": "integer",
      "minimum": 1,
      "description": "Supply chain tier level (1 = direct supplier, 2+ = sub-tier)."
    },
    "risk_score": {
      "type": "number",
      "minimum": 0,
      "maximum": 100,
      "description": "Composite risk score (0-100, higher = more risk)."
    },
    "status": {
      "type": "string",
      "enum": ["active", "inactive", "under_review", "critical"],
      "description": "Current supplier status."
    },
    "parts": {
      "type": "array",
      "description": "Parts or components sourced from this supplier.",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "part_number": { "type": "string" },
          "description": { "type": "string" }
        }
      }
    },
    "sites": {
      "type": "array",
      "description": "Manufacturing or operational sites.",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "name": { "type": "string" },
          "address": { "type": "string" },
          "country": { "type": "string" },
          "lat": { "type": "number" },
          "lon": { "type": "number" }
        }
      }
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Record creation timestamp."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Record last updated timestamp."
    }
  },
  "required": ["id", "name", "country"]
}

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/resilinc-supplier"
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.