{
  "name": "barcoding.dev",
  "description": "The universal barcode and identifier layer of the visibility.cloud family — resolve / verify / generate, pure and local, on every scheme in the pinned registry (GS1 GTIN/GLN/SSCC/Digital Link, VIN, ISBN, UDI, NDC, tracking numbers, AAMVA DL). api.barcoding.dev is its POST-verb machine face. Codec + data, never a resolver: resolution is id.org.ai's, served through this property's delegating doors.",
  "interfaces": {
    "http": [
      {
        "method": "GET",
        "url": "https://barcoding.dev/schemes"
      },
      {
        "method": "GET",
        "url": "https://barcoding.dev/pricing"
      },
      {
        "method": "GET",
        "url": "https://barcoding.dev/openapi.json"
      },
      {
        "method": "GET",
        "url": "https://barcoding.dev/llms.txt"
      },
      {
        "method": "GET",
        "url": "https://barcoding.dev/family.json"
      },
      {
        "method": "GET",
        "url": "https://barcoding.dev/.well-known/gs1resolver"
      }
    ],
    "mcp": {
      "command": "npx",
      "args": [
        "barcoding.dev",
        "mcp"
      ]
    }
  },
  "openapi": "https://barcoding.dev/openapi.json",
  "llms": "https://barcoding.dev/llms.txt",
  "links": {
    "openapi": "https://barcoding.dev/openapi.json",
    "llms": "https://barcoding.dev/llms.txt",
    "pricing": "https://barcoding.dev/pricing",
    "docs": "https://barcoding.dev/schemes/",
    "family": "https://barcoding.dev/family.json",
    "conformance": "https://api.qa/barcoding.dev"
  },
  "probes": {
    "keyless": {
      "url": "/schemes"
    },
    "knownEmpty": [
      {
        "url": "/schemes?family=none"
      },
      {
        "url": "/schemes?scheme=none"
      }
    ],
    "knownForbidden": [
      {
        "url": "/schemes?scope=admin"
      },
      {
        "url": "/schemes?scope=internal"
      }
    ],
    "pricing": {
      "url": "/pricing"
    }
  }
}