Patch · Schema

Patch Project

A verified carbon project listed on Patch.

ClimateCarbon CreditsCarbon RemovalOffsetsAPI-FirstEmbedded ClimateMarketplaceSustainabilityOpenAPISDK

Properties

Name Type Description
id string Patch project identifier.
production boolean
name string
description string
mechanism string
country string ISO 3166-1 alpha-2 country code.
state string
issuance_type string
latitude number
longitude number
project_partner string
verifier string
tagline string
standard object
technology_type object
sdgs array
inventory array
photos array
View JSON Schema on GitHub

JSON Schema

patch-io-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/patch-io/main/json-schema/patch-io-project-schema.json",
  "title": "Patch Project",
  "description": "A verified carbon project listed on Patch.",
  "type": "object",
  "required": ["id", "name", "mechanism"],
  "properties": {
    "id": { "type": "string", "description": "Patch project identifier." },
    "production": { "type": "boolean" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "mechanism": { "type": "string", "enum": ["removal", "avoidance"] },
    "country": { "type": "string", "description": "ISO 3166-1 alpha-2 country code." },
    "state": { "type": "string" },
    "issuance_type": { "type": "string" },
    "latitude": { "type": "number" },
    "longitude": { "type": "number" },
    "project_partner": { "type": "string" },
    "verifier": { "type": "string" },
    "tagline": { "type": "string" },
    "standard": {
      "type": "object",
      "properties": {
        "type": { "type": "string" },
        "acronym": { "type": "string" }
      }
    },
    "technology_type": {
      "type": "object",
      "properties": {
        "slug": { "type": "string" },
        "name": { "type": "string" },
        "parent_technology_type": {
          "type": "object",
          "properties": {
            "slug": { "type": "string" },
            "name": { "type": "string" }
          }
        }
      }
    },
    "sdgs": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "number": { "type": "integer" },
          "title": { "type": "string" },
          "description": { "type": "string" }
        }
      }
    },
    "inventory": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "vintage_year": { "type": ["integer", "null"] },
          "vintage_start_year": { "type": ["integer", "null"] },
          "vintage_end_year": { "type": ["integer", "null"] },
          "amount_available": { "type": "integer", "description": "Available mass in grams." },
          "price": { "type": "integer" },
          "currency": { "type": "string" }
        }
      }
    },
    "photos": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "url": { "type": "string", "format": "uri" }
        }
      }
    }
  }
}

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/patch-io-project"
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.