Resilinc · JSON Structure

Resilinc Supplier Structure

JSON structure for a Resilinc supply chain supplier record.

Type: Properties: 0
Supply ChainRisk ManagementSupplier IntelligenceDisruption MonitoringArtificial Intelligence

Resilinc Supplier is a JSON Structure definition published by Resilinc.

Meta-schema:

JSON Structure

resilinc-supplier-structure.json Raw ↑
{
  "name": "Resilinc Supplier",
  "description": "JSON structure for a Resilinc supply chain supplier record.",
  "fields": [
    { "name": "id", "type": "string", "description": "Unique supplier identifier." },
    { "name": "name", "type": "string", "description": "Supplier organization name." },
    { "name": "country", "type": "string", "description": "Country of operation." },
    { "name": "region", "type": "string", "description": "Geographic region." },
    { "name": "city", "type": "string", "description": "City of operation." },
    { "name": "industry", "type": "string", "description": "Industry sector." },
    { "name": "tier", "type": "integer", "description": "Supply chain tier (1=direct, 2+=sub-tier)." },
    { "name": "risk_score", "type": "number", "description": "Composite risk score (0-100)." },
    { "name": "status", "type": "string", "enum": ["active", "inactive", "under_review", "critical"], "description": "Supplier status." },
    { "name": "parts", "type": "array<object>", "description": "Parts sourced from this supplier." },
    { "name": "parts[].id", "type": "string", "description": "Part identifier." },
    { "name": "parts[].part_number", "type": "string", "description": "Part number." },
    { "name": "parts[].description", "type": "string", "description": "Part description." },
    { "name": "sites", "type": "array<object>", "description": "Operational sites." },
    { "name": "sites[].id", "type": "string", "description": "Site identifier." },
    { "name": "sites[].name", "type": "string", "description": "Site name." },
    { "name": "sites[].country", "type": "string", "description": "Site country." },
    { "name": "sites[].lat", "type": "number", "description": "Site latitude." },
    { "name": "sites[].lon", "type": "number", "description": "Site longitude." },
    { "name": "created_at", "type": "date-time", "description": "Record creation timestamp." },
    { "name": "updated_at", "type": "date-time", "description": "Record last updated timestamp." }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/resilinc-supplier-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.