ORD Document

The ORD Document serves as a wrapper for ORD resources and taxonomy, adding top-level information specific to the document and the system it describes.

Application DependenciesCloud-NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
$schema string URL to the Open Resource Discovery document schema
openResourceDiscovery string Version of the Open Resource Discovery specification
description string Optional description of the ORD document itself (CommonMark)
perspective string Describes the perspective of the ORD document
describedSystemInstance object
describedSystemType object
describedSystemVersion object
policyLevel object
customPolicyLevel object
policyLevels array
apiResources array
eventResources array
entityTypes array
capabilities array
dataProducts array
integrationDependencies array
vendors array
products array
packages array
consumptionBundles array
groups array
groupTypes array
tombstones array
View JSON Schema on GitHub

JSON Schema

application-research-orddocument-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrdDocument",
  "title": "ORD Document",
  "type": "object",
  "description": "The ORD Document serves as a wrapper for ORD resources and taxonomy, \nadding top-level information specific to the document and the system it describes.\n",
  "required": [
    "openResourceDiscovery"
  ],
  "properties": {
    "$schema": {
      "type": "string",
      "format": "uri-reference",
      "description": "URL to the Open Resource Discovery document schema"
    },
    "openResourceDiscovery": {
      "type": "string",
      "description": "Version of the Open Resource Discovery specification",
      "enum": [
        "1.0",
        "1.1",
        "1.2",
        "1.3",
        "1.4",
        "1.5",
        "1.6",
        "1.7",
        "1.8",
        "1.9",
        "1.10",
        "1.11",
        "1.12"
      ]
    },
    "description": {
      "type": "string",
      "minLength": 1,
      "description": "Optional description of the ORD document itself (CommonMark)"
    },
    "perspective": {
      "type": "string",
      "description": "Describes the perspective of the ORD document",
      "enum": [
        "system-version",
        "system-instance",
        "system-independent"
      ],
      "default": "system-instance"
    },
    "describedSystemInstance": {
      "$ref": "#/components/schemas/SystemInstance"
    },
    "describedSystemType": {
      "$ref": "#/components/schemas/SystemType"
    },
    "describedSystemVersion": {
      "$ref": "#/components/schemas/SystemVersion"
    },
    "policyLevel": {
      "$ref": "#/components/schemas/PolicyLevel"
    },
    "customPolicyLevel": {
      "$ref": "#/components/schemas/CustomPolicyLevel"
    },
    "policyLevels": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PolicyLevelId"
      }
    },
    "apiResources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiResource"
      }
    },
    "eventResources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventResource"
      }
    },
    "entityTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EntityType"
      }
    },
    "capabilities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Capability"
      }
    },
    "dataProducts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DataProduct"
      }
    },
    "integrationDependencies": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/IntegrationDependency"
      }
    },
    "vendors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Vendor"
      }
    },
    "products": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Product"
      }
    },
    "packages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Package"
      }
    },
    "consumptionBundles": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ConsumptionBundle"
      }
    },
    "groups": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Group"
      }
    },
    "groupTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GroupType"
      }
    },
    "tombstones": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Tombstone"
      }
    }
  }
}

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/application-research-orddocument"
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.