{
  "api": "AffVector Operating Record API",
  "version": "v1",
  "record_version": "2.1.0",
  "built": "2026-09-04",
  "base": "https://affvector.com",
  "note": "Static, cacheable, deterministic projection of the canonical record. Every endpoint is a file. Read-only.",
  "endpoints": {
    "objects": "https://affvector.com/ocom/api/v1/objects.json",
    "types": "https://affvector.com/ocom/api/v1/types.json",
    "graph": "https://affvector.com/ocom/graph.jsonld",
    "resolve": "https://affvector.com/ocom/resolve.json",
    "manifest": "https://affvector.com/.well-known/ocom.json"
  },
  "templates": {
    "object": {
      "uriTemplate": "https://affvector.com/ocom/api/v1/object/{id}.json",
      "variable": "id",
      "values": "https://affvector.com/ocom/objects.json",
      "example": "https://affvector.com/ocom/api/v1/object/AV-PRG-0001.json"
    },
    "page": {
      "uriTemplate": "https://affvector.com/{lang}/ocom/records/{id}",
      "variables": [
        "lang",
        "id"
      ],
      "note": "lang is one of en (omit the segment), uk, ro, es, fr, ru",
      "example": "https://affvector.com/ru/ocom/records/AV-PRG-0001"
    }
  }
}
