HitchPin · Schema

Hitchpin Problem Details.Schema

CompanyMarketplaceAgricultureLivestockHay and ForageFarm EquipmentInvoicingPaymentsRural

Properties

Name Type Description
type string A URI reference that identifies the problem type.
status integer The HTTP status code generated by the origin server for this occurrence of the problem.
title string A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization.
detail string A human-readable explanation specific to this occurrence of the problem.
instance string A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
code string An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry.
errors array An array of error details to accompany a problem details response.
View JSON Schema on GitHub

JSON Schema

hitchpin-problem-details.schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "A URI reference that identifies the problem type.",
      "format": "uri",
      "maxLength": 1024
    },
    "status": {
      "type": "integer",
      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
      "format": "int32",
      "minimum": 100,
      "maximum": 599
    },
    "title": {
      "type": "string",
      "description": "A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization.",
      "maxLength": 1024
    },
    "detail": {
      "type": "string",
      "description": "A human-readable explanation specific to this occurrence of the problem.",
      "maxLength": 4096
    },
    "instance": {
      "type": "string",
      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
      "maxLength": 1024
    },
    "code": {
      "type": "string",
      "description": "An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry.",
      "maxLength": 50
    },
    "errors": {
      "type": "array",
      "description": "An array of error details to accompany a problem details response.",
      "maxItems": 1000,
      "items": {
        "type": "object",
        "description": "An object to provide explicit details on a problem towards an API consumer.",
        "properties": {
          "detail": {
            "type": "string",
            "description": "A granular description on the specific error related to a body property, query parameter, path parameters, and/or header.",
            "maxLength": 4096
          },
          "pointer": {
            "type": "string",
            "description": "A JSON Pointer to a specific request body property that is the source of error.",
            "maxLength": 1024
          },
          "parameter": {
            "type": "string",
            "description": "The name of the query or path parameter that is the source of error.",
            "maxLength": 1024
          },
          "header": {
            "type": "string",
            "description": "The name of the header that is the source of error.",
            "maxLength": 1024
          },
          "code": {
            "type": "string",
            "description": "A string containing additional provider specific codes to identify the error context.",
            "maxLength": 50
          }
        },
        "required": [
          "detail"
        ]
      }
    }
  },
  "required": [
    "detail"
  ]
}

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/hitchpin-problem-details.schema"
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.