{
  "openapi": "3.1.0",
  "info": {
    "title": "NobleJackal Public Capability Interface",
    "version": "2026.08.26",
    "description": "Public read-only capability, service, evidence and research discovery. No submission, contracting or operational endpoint is included in this contract."
  },
  "servers": [
    {
      "url": "https://noblejackal.com"
    }
  ],
  "x-noblejackal-discovery": {
    "canonicalDossierCount": 42,
    "listedOfferingCount": 42,
    "supportedLocales": [
      "en",
      "tr",
      "de",
      "ar",
      "es",
      "ru"
    ],
    "localizedEntrypoints": {
      "en": "/",
      "tr": "/tr/",
      "de": "/de/",
      "ar": "/ar/",
      "es": "/es/",
      "ru": "/ru/"
    },
    "serviceCatalog": "/service-catalog.json",
    "proofLedger": "/proof-ledger.json",
    "researchProjects": "/research-projects.json",
    "governance": {
      "model": "Human governed",
      "principle": "Autonomous where speed matters. Human governed where judgment matters.",
      "automaticContracting": false,
      "publicDiscovery": true,
      "seniorReviewRequired": true,
      "confidentialityOptions": [
        "Standard",
        "NDA requested"
      ]
    },
    "commercialTaxonomy": {
      "currency": "USD",
      "automaticContracting": false,
      "pricingSource": "https://noblejackal.com/service-catalog.json",
      "priceBook": {
        "effectiveDate": "2026-08-26",
        "displayPolicy": "starting-rate",
        "public": true,
        "canonicalServiceCount": 42,
        "source": "https://noblejackal.com/service-catalog.json"
      },
      "selectedClientProgramme": {
        "id": "NJ-SELECTED-CLIENT",
        "name": "NobleJackal Selected Client Programme",
        "status": "invitation-only",
        "publicEnrollment": false,
        "selectionAuthority": "Kaan Muraz, founder of NobleJackal",
        "selectionMethod": "Companies are personally selected by Kaan Muraz and contacted directly by NobleJackal.",
        "commercialTerms": "Participation, scope and commercial terms are agreed individually in writing.",
        "pricingDisclosure": "Programme pricing is not published and is disclosed only to selected companies."
      },
      "classes": [
        {
          "id": "public-service-pricing",
          "label": "Public service starting rates",
          "billing": "service-specific",
          "scope": "All 42 canonical service dossiers publish a starting rate; a written scope and quotation remain required."
        },
        {
          "id": "selected-client-programme",
          "label": "Selected Client Programme",
          "quoteRequired": true,
          "billing": "private-written-terms",
          "scope": "Invitation-only; participation and commercial terms are agreed individually and disclosed only to selected companies."
        },
        {
          "id": "managed-hosting",
          "label": "Managed hosting",
          "price": 100,
          "billing": "year",
          "scope": "Public annual option; infrastructure limits are confirmed in writing."
        },
        {
          "id": "ai-email-account",
          "label": "AI-assisted business email account",
          "price": 200,
          "billing": "year",
          "accountLimit": 1,
          "scope": "Public annual option for one account; bulk or unsolicited sending is excluded."
        },
        {
          "id": "custom-scope",
          "label": "Custom systems",
          "quoteRequired": true,
          "billing": "written-scope",
          "scope": "The written proposal controls scope, fee, duration, revisions, acceptance and third-party costs."
        }
      ],
      "commercialBoundaries": {
        "rateBasis": "Published figures are starting rates in USD, not automatic quotations.",
        "writtenScope": "Deliverables, timing, duration, client inputs, included revision cycles, acceptance criteria and aftercare are confirmed in writing before work begins.",
        "excludedCosts": "Taxes, paid licences, domain registration, media spend and other third-party costs are excluded unless expressly included in writing.",
        "changeControl": "Additional work or revision cycles require written approval and may carry an additional fee.",
        "outcomeBoundary": "No ranking, indexing, AI citation, lead, revenue or other commercial outcome is guaranteed."
      },
      "clarification": "The standard price book publishes starting rates for 42 services. The Selected Client Programme is separate, invitation-only and privately priced. Human review and a written scope are required for every commission."
    },
    "coreSystemCount": 7,
    "coreDossierCount": 38,
    "fitOnlyDossierCount": 4,
    "specialCommissionCapabilityCount": 6,
    "countingRule": "42 canonical dossiers = 38 core + 4 fit-only. The six-item special-commission capability set includes two canonical dossier reuses.",
    "automaticContracting": false
  },
  "paths": {
    "/capabilities.json": {
      "get": {
        "operationId": "get_capabilities_json",
        "summary": "Retrieve the canonical capability graph",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/service-routing.json": {
      "get": {
        "operationId": "get_service_routing_json",
        "summary": "Retrieve the service-to-system routing graph",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/service-catalog.json": {
      "get": {
        "operationId": "get_service_catalog_json",
        "summary": "Retrieve the canonical 42-service catalogue",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/engagement-policy.json": {
      "get": {
        "operationId": "get_engagement_policy_json",
        "summary": "Retrieve the human-governed engagement policy",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/research-projects.json": {
      "get": {
        "operationId": "get_research_projects_json",
        "summary": "Retrieve first-party research and engineering records",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/protocol-conformance.json": {
      "get": {
        "summary": "Read the repeatable public A2A and MCP conformance contract",
        "operationId": "getProtocolConformance",
        "responses": {
          "200": {
            "description": "Public conformance request and expectation matrix"
          }
        }
      }
    },
    "/protocol-conformance-report.json": {
      "get": {
        "summary": "Read the latest timestamped public A2A and MCP conformance result",
        "operationId": "getProtocolConformanceReport",
        "responses": {
          "200": {
            "description": "Point-in-time public endpoint verification report"
          }
        }
      }
    },
    "/robots.txt": {
      "get": {
        "operationId": "get_robots_txt",
        "summary": "Retrieve the public crawler policy",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "operationId": "get_sitemap_xml",
        "summary": "Retrieve the combined multilingual XML sitemap",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-index.xml": {
      "get": {
        "operationId": "get_sitemap_index_xml",
        "summary": "Retrieve the language sitemap index",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-en.xml": {
      "get": {
        "operationId": "get_sitemap_en_xml",
        "summary": "Retrieve the English XML sitemap",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-tr.xml": {
      "get": {
        "operationId": "get_sitemap_tr_xml",
        "summary": "Retrieve the Turkish XML sitemap",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-de.xml": {
      "get": {
        "operationId": "get_sitemap_de_xml",
        "summary": "Retrieve the German XML sitemap",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-ar.xml": {
      "get": {
        "operationId": "get_sitemap_ar_xml",
        "summary": "Retrieve the Arabic XML sitemap",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-es.xml": {
      "get": {
        "operationId": "get_sitemap_es_xml",
        "summary": "Retrieve the Spanish XML sitemap",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-ru.xml": {
      "get": {
        "operationId": "get_sitemap_ru_xml",
        "summary": "Retrieve the Russian XML sitemap",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "operationId": "get_llms_txt",
        "summary": "Retrieve the concise public machine-readable index",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "operationId": "get_llms_full_txt",
        "summary": "Retrieve the extended public machine-readable index",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/release-manifest.json": {
      "get": {
        "operationId": "get_release_manifest_json",
        "summary": "Retrieve the canonical public release and fact-set identity",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/openapi.json": {
      "get": {
        "operationId": "get_openapi_json",
        "summary": "Retrieve the canonical public discovery contract",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/public-discovery.openapi.json": {
      "get": {
        "operationId": "get_public_discovery_openapi_json",
        "summary": "Retrieve the public discovery OpenAPI alias",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/interaction.openapi.json": {
      "get": {
        "operationId": "get_interaction_openapi_json",
        "summary": "Retrieve the controlled-interaction documentation",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/proof-ledger.json": {
      "get": {
        "operationId": "get_proof_ledger_json",
        "summary": "Retrieve the public proof ledger",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-card.json": {
      "get": {
        "operationId": "get_agent_card_json",
        "summary": "Retrieve the public agent dossier",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/agent-card.json": {
      "get": {
        "operationId": "get_well_known_agent_card_json",
        "summary": "Retrieve the well-known public agent dossier",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/manifest-integrity.json": {
      "get": {
        "operationId": "get_manifest_integrity_json",
        "summary": "Retrieve the capability-manifest integrity record",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-library.json": {
      "get": {
        "operationId": "get_geo_library_json",
        "summary": "Retrieve the public GEO Library index",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-library.xml": {
      "get": {
        "operationId": "get_geo_library_xml",
        "summary": "Retrieve the GEO Library RSS feed",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/locales.json": {
      "get": {
        "operationId": "get_locales_json",
        "summary": "Retrieve the public locale contract",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-answers.json": {
      "get": {
        "operationId": "get_geo_answers_json",
        "summary": "Retrieve the versioned GEO answer registry",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/research-index.json": {
      "get": {
        "operationId": "get_research_index_json",
        "summary": "Retrieve public research status records",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/datasets.json": {
      "get": {
        "operationId": "get_datasets_json",
        "summary": "Retrieve public dataset records",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/methodology-registry.json": {
      "get": {
        "operationId": "get_methodology_registry_json",
        "summary": "Retrieve published measurement definitions",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/external-references.json": {
      "get": {
        "operationId": "get_external_references_json",
        "summary": "Retrieve scoped public identity and relationship references",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/press-kit.json": {
      "get": {
        "operationId": "get_press_kit_json",
        "summary": "Retrieve approved institutional and expert attribution",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/entity-authority-graph.json": {
      "get": {
        "operationId": "get_entity_authority_graph_json",
        "summary": "Retrieve the public entity graph",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-citation-protocol.json": {
      "get": {
        "operationId": "get_geo_citation_protocol_json",
        "summary": "Retrieve the reproducible GEO citation protocol",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/crawler-access-policy.json": {
      "get": {
        "operationId": "get_crawler_access_policy_json",
        "summary": "Retrieve the public discovery access policy",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/public-health.json": {
      "get": {
        "operationId": "get_public_health_json",
        "summary": "Retrieve the public release-health record and declared verification limits",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/quality-assurance.json": {
      "get": {
        "operationId": "get_quality_assurance_json",
        "summary": "Retrieve the first-party automated quality-assurance record and declared limitations",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/security.txt": {
      "get": {
        "operationId": "get_well_known_security_txt",
        "summary": "Retrieve the public security contact policy",
        "responses": {
          "200": {
            "description": "Public read-only resource",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/answers/": {
      "get": {
        "operationId": "get_answers_Page",
        "summary": "Open the human-readable GEO answer hub",
        "responses": {
          "200": {
            "description": "Public human-readable HTML page",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/research/": {
      "get": {
        "operationId": "get_research_Page",
        "summary": "Open the public research index",
        "responses": {
          "200": {
            "description": "Public human-readable HTML page",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/datasets/": {
      "get": {
        "operationId": "get_datasets_Page",
        "summary": "Open the public dataset registry",
        "responses": {
          "200": {
            "description": "Public human-readable HTML page",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/methodology/": {
      "get": {
        "operationId": "get_methodology_Page",
        "summary": "Open the published methodology registry",
        "responses": {
          "200": {
            "description": "Public human-readable HTML page",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/press/": {
      "get": {
        "operationId": "get_press_Page",
        "summary": "Open the press and citation desk",
        "responses": {
          "200": {
            "description": "Public human-readable HTML page",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/people/kaan-muraz/": {
      "get": {
        "operationId": "get_people_kaan_muraz_Page",
        "summary": "Open the public author and executive profile",
        "responses": {
          "200": {
            "description": "Public human-readable HTML page",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/schemas/geo-framework-book-v1.json": {
      "get": {
        "operationId": "get_geo_framework_publication_schema",
        "summary": "Retrieve the multilingual GEO Framework publication JSON Schema",
        "responses": {
          "200": {
            "description": "Public read-only publication schema",
            "content": {
              "application/schema+json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-framework/": {
      "get": {
        "operationId": "get_geo_framework_",
        "summary": "Open the EN GEO Framework human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/geo-framework/1.0.0/framework.json": {
      "get": {
        "operationId": "get_geo_framework_1_0_0_framework_json",
        "summary": "Retrieve the EN GEO Framework publication",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-framework/1.0.0/framework.md": {
      "get": {
        "operationId": "get_geo_framework_1_0_0_framework_md",
        "summary": "Retrieve the EN GEO Framework canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/geo-framework/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_geo_framework_1_0_0_manifest_json",
        "summary": "Retrieve the EN GEO Framework integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-framework/1.0.0/citation.json": {
      "get": {
        "operationId": "get_geo_framework_1_0_0_citation_json",
        "summary": "Retrieve the EN GEO Framework citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-framework/": {
      "get": {
        "operationId": "get_tr_geo_framework_",
        "summary": "Open the TR GEO Framework human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-framework/1.0.0/framework.json": {
      "get": {
        "operationId": "get_tr_geo_framework_1_0_0_framework_json",
        "summary": "Retrieve the TR GEO Framework publication",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-framework/1.0.0/framework.md": {
      "get": {
        "operationId": "get_tr_geo_framework_1_0_0_framework_md",
        "summary": "Retrieve the TR GEO Framework canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-framework/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_tr_geo_framework_1_0_0_manifest_json",
        "summary": "Retrieve the TR GEO Framework integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-framework/1.0.0/citation.json": {
      "get": {
        "operationId": "get_tr_geo_framework_1_0_0_citation_json",
        "summary": "Retrieve the TR GEO Framework citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-framework/1.0.0/NobleJackal_GEO_Framework_TR_v1.0.0.docx": {
      "get": {
        "operationId": "get_tr_geo_framework_1_0_0_NobleJackal_GEO_Framework_TR_v1_0_0_docx",
        "summary": "Retrieve the TR GEO Framework locked publication DOCX",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/vnd.openxmlformats-officedocument.wordprocessingml.document": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-framework/": {
      "get": {
        "operationId": "get_de_geo_framework_",
        "summary": "Open the DE GEO Framework human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-framework/1.0.0/framework.json": {
      "get": {
        "operationId": "get_de_geo_framework_1_0_0_framework_json",
        "summary": "Retrieve the DE GEO Framework publication",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-framework/1.0.0/framework.md": {
      "get": {
        "operationId": "get_de_geo_framework_1_0_0_framework_md",
        "summary": "Retrieve the DE GEO Framework canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-framework/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_de_geo_framework_1_0_0_manifest_json",
        "summary": "Retrieve the DE GEO Framework integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-framework/1.0.0/citation.json": {
      "get": {
        "operationId": "get_de_geo_framework_1_0_0_citation_json",
        "summary": "Retrieve the DE GEO Framework citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-framework/": {
      "get": {
        "operationId": "get_es_geo_framework_",
        "summary": "Open the ES GEO Framework human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-framework/1.0.0/framework.json": {
      "get": {
        "operationId": "get_es_geo_framework_1_0_0_framework_json",
        "summary": "Retrieve the ES GEO Framework publication",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-framework/1.0.0/framework.md": {
      "get": {
        "operationId": "get_es_geo_framework_1_0_0_framework_md",
        "summary": "Retrieve the ES GEO Framework canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-framework/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_es_geo_framework_1_0_0_manifest_json",
        "summary": "Retrieve the ES GEO Framework integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-framework/1.0.0/citation.json": {
      "get": {
        "operationId": "get_es_geo_framework_1_0_0_citation_json",
        "summary": "Retrieve the ES GEO Framework citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-framework/": {
      "get": {
        "operationId": "get_ru_geo_framework_",
        "summary": "Open the RU GEO Framework human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-framework/1.0.0/framework.json": {
      "get": {
        "operationId": "get_ru_geo_framework_1_0_0_framework_json",
        "summary": "Retrieve the RU GEO Framework publication",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-framework/1.0.0/framework.md": {
      "get": {
        "operationId": "get_ru_geo_framework_1_0_0_framework_md",
        "summary": "Retrieve the RU GEO Framework canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-framework/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_ru_geo_framework_1_0_0_manifest_json",
        "summary": "Retrieve the RU GEO Framework integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-framework/1.0.0/citation.json": {
      "get": {
        "operationId": "get_ru_geo_framework_1_0_0_citation_json",
        "summary": "Retrieve the RU GEO Framework citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-framework/": {
      "get": {
        "operationId": "get_ar_geo_framework_",
        "summary": "Open the AR GEO Framework human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-framework/1.0.0/framework.json": {
      "get": {
        "operationId": "get_ar_geo_framework_1_0_0_framework_json",
        "summary": "Retrieve the AR GEO Framework publication",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-framework/1.0.0/framework.md": {
      "get": {
        "operationId": "get_ar_geo_framework_1_0_0_framework_md",
        "summary": "Retrieve the AR GEO Framework canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-framework/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_ar_geo_framework_1_0_0_manifest_json",
        "summary": "Retrieve the AR GEO Framework integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-framework/1.0.0/citation.json": {
      "get": {
        "operationId": "get_ar_geo_framework_1_0_0_citation_json",
        "summary": "Retrieve the AR GEO Framework citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/schemas/geo-99-errors-book-v1.json": {
      "get": {
        "operationId": "get_schemas_geo_99_errors_book_v1_json",
        "summary": "Retrieve the GEO 99 Errors publication schema",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/schema+json": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/geo-99-errors/": {
      "get": {
        "operationId": "get_geo_99_errors_",
        "summary": "Open the EN GEO 99 Errors human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/geo-99-errors/1.0.0/book.json": {
      "get": {
        "operationId": "get_geo_99_errors_1_0_0_book_json",
        "summary": "Retrieve the EN GEO 99 Errors machine source",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-99-errors/1.0.0/book.md": {
      "get": {
        "operationId": "get_geo_99_errors_1_0_0_book_md",
        "summary": "Retrieve the EN GEO 99 Errors canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/geo-99-errors/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_geo_99_errors_1_0_0_manifest_json",
        "summary": "Retrieve the EN GEO 99 Errors integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/geo-99-errors/1.0.0/citation.json": {
      "get": {
        "operationId": "get_geo_99_errors_1_0_0_citation_json",
        "summary": "Retrieve the EN GEO 99 Errors citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-99-errors/": {
      "get": {
        "operationId": "get_tr_geo_99_errors_",
        "summary": "Open the TR GEO 99 Errors human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-99-errors/1.0.0/book.json": {
      "get": {
        "operationId": "get_tr_geo_99_errors_1_0_0_book_json",
        "summary": "Retrieve the TR GEO 99 Errors machine source",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-99-errors/1.0.0/book.md": {
      "get": {
        "operationId": "get_tr_geo_99_errors_1_0_0_book_md",
        "summary": "Retrieve the TR GEO 99 Errors canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-99-errors/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_tr_geo_99_errors_1_0_0_manifest_json",
        "summary": "Retrieve the TR GEO 99 Errors integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-99-errors/1.0.0/citation.json": {
      "get": {
        "operationId": "get_tr_geo_99_errors_1_0_0_citation_json",
        "summary": "Retrieve the TR GEO 99 Errors citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/geo-99-errors/1.0.0/NobleJackal_GEO_99_Errors_TR_v1.0.0.docx": {
      "get": {
        "operationId": "get_tr_geo_99_errors_1_0_0_NobleJackal_GEO_99_Errors_TR_v1_0_0_docx",
        "summary": "Retrieve the locked Turkish publication DOCX",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/vnd.openxmlformats-officedocument.wordprocessingml.document": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-99-errors/": {
      "get": {
        "operationId": "get_de_geo_99_errors_",
        "summary": "Open the DE GEO 99 Errors human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-99-errors/1.0.0/book.json": {
      "get": {
        "operationId": "get_de_geo_99_errors_1_0_0_book_json",
        "summary": "Retrieve the DE GEO 99 Errors machine source",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-99-errors/1.0.0/book.md": {
      "get": {
        "operationId": "get_de_geo_99_errors_1_0_0_book_md",
        "summary": "Retrieve the DE GEO 99 Errors canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-99-errors/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_de_geo_99_errors_1_0_0_manifest_json",
        "summary": "Retrieve the DE GEO 99 Errors integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/geo-99-errors/1.0.0/citation.json": {
      "get": {
        "operationId": "get_de_geo_99_errors_1_0_0_citation_json",
        "summary": "Retrieve the DE GEO 99 Errors citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-99-errors/": {
      "get": {
        "operationId": "get_es_geo_99_errors_",
        "summary": "Open the ES GEO 99 Errors human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-99-errors/1.0.0/book.json": {
      "get": {
        "operationId": "get_es_geo_99_errors_1_0_0_book_json",
        "summary": "Retrieve the ES GEO 99 Errors machine source",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-99-errors/1.0.0/book.md": {
      "get": {
        "operationId": "get_es_geo_99_errors_1_0_0_book_md",
        "summary": "Retrieve the ES GEO 99 Errors canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-99-errors/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_es_geo_99_errors_1_0_0_manifest_json",
        "summary": "Retrieve the ES GEO 99 Errors integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/geo-99-errors/1.0.0/citation.json": {
      "get": {
        "operationId": "get_es_geo_99_errors_1_0_0_citation_json",
        "summary": "Retrieve the ES GEO 99 Errors citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-99-errors/": {
      "get": {
        "operationId": "get_ru_geo_99_errors_",
        "summary": "Open the RU GEO 99 Errors human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-99-errors/1.0.0/book.json": {
      "get": {
        "operationId": "get_ru_geo_99_errors_1_0_0_book_json",
        "summary": "Retrieve the RU GEO 99 Errors machine source",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-99-errors/1.0.0/book.md": {
      "get": {
        "operationId": "get_ru_geo_99_errors_1_0_0_book_md",
        "summary": "Retrieve the RU GEO 99 Errors canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-99-errors/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_ru_geo_99_errors_1_0_0_manifest_json",
        "summary": "Retrieve the RU GEO 99 Errors integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/geo-99-errors/1.0.0/citation.json": {
      "get": {
        "operationId": "get_ru_geo_99_errors_1_0_0_citation_json",
        "summary": "Retrieve the RU GEO 99 Errors citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-99-errors/": {
      "get": {
        "operationId": "get_ar_geo_99_errors_",
        "summary": "Open the AR GEO 99 Errors human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-99-errors/1.0.0/book.json": {
      "get": {
        "operationId": "get_ar_geo_99_errors_1_0_0_book_json",
        "summary": "Retrieve the AR GEO 99 Errors machine source",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-99-errors/1.0.0/book.md": {
      "get": {
        "operationId": "get_ar_geo_99_errors_1_0_0_book_md",
        "summary": "Retrieve the AR GEO 99 Errors canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-99-errors/1.0.0/manifest.json": {
      "get": {
        "operationId": "get_ar_geo_99_errors_1_0_0_manifest_json",
        "summary": "Retrieve the AR GEO 99 Errors integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/geo-99-errors/1.0.0/citation.json": {
      "get": {
        "operationId": "get_ar_geo_99_errors_1_0_0_citation_json",
        "summary": "Retrieve the AR GEO 99 Errors citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/schemas/nomos-geo-audit-protocol-v0.9.json": {
      "get": {
        "operationId": "get_schemas_nomos_geo_audit_protocol_v0_9_json",
        "summary": "Retrieve the NOMOS GEO Audit Protocol schema",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/schema+json": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-audit-protocol/": {
      "get": {
        "operationId": "get_nomos_geo_audit_protocol_",
        "summary": "Open the EN NOMOS human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-audit-protocol/0.9.0/book.json": {
      "get": {
        "operationId": "get_nomos_geo_audit_protocol_0_9_0_book_json",
        "summary": "Retrieve the EN NOMOS machine protocol",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-audit-protocol/0.9.0/manuscript.json": {
      "get": {
        "operationId": "get_nomos_geo_audit_protocol_0_9_0_manuscript_json",
        "summary": "Retrieve the EN exact human manuscript",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-audit-protocol/0.9.0/book.md": {
      "get": {
        "operationId": "get_nomos_geo_audit_protocol_0_9_0_book_md",
        "summary": "Retrieve the EN canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-audit-protocol/0.9.0/manifest.json": {
      "get": {
        "operationId": "get_nomos_geo_audit_protocol_0_9_0_manifest_json",
        "summary": "Retrieve the EN integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-audit-protocol/0.9.0/citation.json": {
      "get": {
        "operationId": "get_nomos_geo_audit_protocol_0_9_0_citation_json",
        "summary": "Retrieve the EN citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-audit-protocol/0.9.0/NOMOS-GEO-Audit-Protocol-EN-0.9.0-Editorial-Edition.pdf": {
      "get": {
        "operationId": "get_nomos_geo_audit_protocol_0_9_0_NOMOS_GEO_Audit_Protocol_EN_0_9_0_Editorial_Edition_pdf",
        "summary": "Retrieve the EN PDF edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-audit-protocol/": {
      "get": {
        "operationId": "get_tr_nomos_geo_audit_protocol_",
        "summary": "Open the TR NOMOS human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-audit-protocol/0.9.0/book.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_audit_protocol_0_9_0_book_json",
        "summary": "Retrieve the TR NOMOS machine protocol",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-audit-protocol/0.9.0/manuscript.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_audit_protocol_0_9_0_manuscript_json",
        "summary": "Retrieve the TR exact human manuscript",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-audit-protocol/0.9.0/book.md": {
      "get": {
        "operationId": "get_tr_nomos_geo_audit_protocol_0_9_0_book_md",
        "summary": "Retrieve the TR canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-audit-protocol/0.9.0/manifest.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_audit_protocol_0_9_0_manifest_json",
        "summary": "Retrieve the TR integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-audit-protocol/0.9.0/citation.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_audit_protocol_0_9_0_citation_json",
        "summary": "Retrieve the TR citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-audit-protocol/0.9.0/NOMOS-GEO-Audit-Protocol-TR-0.9.0-Editorial-Edition.pdf": {
      "get": {
        "operationId": "get_tr_nomos_geo_audit_protocol_0_9_0_NOMOS_GEO_Audit_Protocol_TR_0_9_0_Editorial_Edition_pdf",
        "summary": "Retrieve the TR PDF edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-audit-protocol/": {
      "get": {
        "operationId": "get_de_nomos_geo_audit_protocol_",
        "summary": "Open the DE NOMOS human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-audit-protocol/0.9.0/book.json": {
      "get": {
        "operationId": "get_de_nomos_geo_audit_protocol_0_9_0_book_json",
        "summary": "Retrieve the DE NOMOS machine protocol",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-audit-protocol/0.9.0/manuscript.json": {
      "get": {
        "operationId": "get_de_nomos_geo_audit_protocol_0_9_0_manuscript_json",
        "summary": "Retrieve the DE exact human manuscript",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-audit-protocol/0.9.0/book.md": {
      "get": {
        "operationId": "get_de_nomos_geo_audit_protocol_0_9_0_book_md",
        "summary": "Retrieve the DE canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-audit-protocol/0.9.0/manifest.json": {
      "get": {
        "operationId": "get_de_nomos_geo_audit_protocol_0_9_0_manifest_json",
        "summary": "Retrieve the DE integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-audit-protocol/0.9.0/citation.json": {
      "get": {
        "operationId": "get_de_nomos_geo_audit_protocol_0_9_0_citation_json",
        "summary": "Retrieve the DE citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-audit-protocol/0.9.0/NOMOS-GEO-Audit-Protocol-DE-0.9.0-Editorial-Edition.pdf": {
      "get": {
        "operationId": "get_de_nomos_geo_audit_protocol_0_9_0_NOMOS_GEO_Audit_Protocol_DE_0_9_0_Editorial_Edition_pdf",
        "summary": "Retrieve the DE PDF edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-audit-protocol/": {
      "get": {
        "operationId": "get_es_nomos_geo_audit_protocol_",
        "summary": "Open the ES NOMOS human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-audit-protocol/0.9.0/book.json": {
      "get": {
        "operationId": "get_es_nomos_geo_audit_protocol_0_9_0_book_json",
        "summary": "Retrieve the ES NOMOS machine protocol",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-audit-protocol/0.9.0/manuscript.json": {
      "get": {
        "operationId": "get_es_nomos_geo_audit_protocol_0_9_0_manuscript_json",
        "summary": "Retrieve the ES exact human manuscript",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-audit-protocol/0.9.0/book.md": {
      "get": {
        "operationId": "get_es_nomos_geo_audit_protocol_0_9_0_book_md",
        "summary": "Retrieve the ES canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-audit-protocol/0.9.0/manifest.json": {
      "get": {
        "operationId": "get_es_nomos_geo_audit_protocol_0_9_0_manifest_json",
        "summary": "Retrieve the ES integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-audit-protocol/0.9.0/citation.json": {
      "get": {
        "operationId": "get_es_nomos_geo_audit_protocol_0_9_0_citation_json",
        "summary": "Retrieve the ES citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-audit-protocol/0.9.0/NOMOS-GEO-Audit-Protocol-ES-0.9.0-Editorial-Edition.pdf": {
      "get": {
        "operationId": "get_es_nomos_geo_audit_protocol_0_9_0_NOMOS_GEO_Audit_Protocol_ES_0_9_0_Editorial_Edition_pdf",
        "summary": "Retrieve the ES PDF edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-audit-protocol/": {
      "get": {
        "operationId": "get_ru_nomos_geo_audit_protocol_",
        "summary": "Open the RU NOMOS human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-audit-protocol/0.9.0/book.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_audit_protocol_0_9_0_book_json",
        "summary": "Retrieve the RU NOMOS machine protocol",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-audit-protocol/0.9.0/manuscript.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_audit_protocol_0_9_0_manuscript_json",
        "summary": "Retrieve the RU exact human manuscript",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-audit-protocol/0.9.0/book.md": {
      "get": {
        "operationId": "get_ru_nomos_geo_audit_protocol_0_9_0_book_md",
        "summary": "Retrieve the RU canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-audit-protocol/0.9.0/manifest.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_audit_protocol_0_9_0_manifest_json",
        "summary": "Retrieve the RU integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-audit-protocol/0.9.0/citation.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_audit_protocol_0_9_0_citation_json",
        "summary": "Retrieve the RU citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-audit-protocol/0.9.0/NOMOS-GEO-Audit-Protocol-RU-0.9.0-Editorial-Edition.pdf": {
      "get": {
        "operationId": "get_ru_nomos_geo_audit_protocol_0_9_0_NOMOS_GEO_Audit_Protocol_RU_0_9_0_Editorial_Edition_pdf",
        "summary": "Retrieve the RU PDF edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-audit-protocol/": {
      "get": {
        "operationId": "get_ar_nomos_geo_audit_protocol_",
        "summary": "Open the AR NOMOS human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-audit-protocol/0.9.0/book.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_audit_protocol_0_9_0_book_json",
        "summary": "Retrieve the AR NOMOS machine protocol",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-audit-protocol/0.9.0/manuscript.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_audit_protocol_0_9_0_manuscript_json",
        "summary": "Retrieve the AR exact human manuscript",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-audit-protocol/0.9.0/book.md": {
      "get": {
        "operationId": "get_ar_nomos_geo_audit_protocol_0_9_0_book_md",
        "summary": "Retrieve the AR canonical Markdown",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-audit-protocol/0.9.0/manifest.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_audit_protocol_0_9_0_manifest_json",
        "summary": "Retrieve the AR integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-audit-protocol/0.9.0/citation.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_audit_protocol_0_9_0_citation_json",
        "summary": "Retrieve the AR citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-audit-protocol/0.9.0/NOMOS-GEO-Audit-Protocol-AR-0.9.0-Editorial-Edition.pdf": {
      "get": {
        "operationId": "get_ar_nomos_geo_audit_protocol_0_9_0_NOMOS_GEO_Audit_Protocol_AR_0_9_0_Editorial_Edition_pdf",
        "summary": "Retrieve the AR PDF edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/schemas/nomos-geo-qa-public-core-v0.3.1.json": {
      "get": {
        "operationId": "getNomosGeoQaSchema",
        "summary": "Retrieve the NOMOS GEO-QA public record schema",
        "responses": {
          "200": {
            "description": "Public schema",
            "content": {
              "application/schema+json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/": {
      "get": {
        "operationId": "get_nomos_geo_qa_",
        "summary": "Open the EN NOMOS GEO-QA human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/0.3.1/registry.json": {
      "get": {
        "operationId": "get_nomos_geo_qa_0_3_1_registry_json",
        "summary": "Retrieve the EN NOMOS GEO-QA registry",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/0.3.1/registry.jsonl": {
      "get": {
        "operationId": "get_nomos_geo_qa_0_3_1_registry_jsonl",
        "summary": "Retrieve the EN NOMOS GEO-QA JSONL records",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/x-ndjson": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/0.3.1/glossary.json": {
      "get": {
        "operationId": "get_nomos_geo_qa_0_3_1_glossary_json",
        "summary": "Retrieve the EN NOMOS GEO-QA glossary",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/0.3.1/sources.json": {
      "get": {
        "operationId": "get_nomos_geo_qa_0_3_1_sources_json",
        "summary": "Retrieve the EN NOMOS GEO-QA source catalogue",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/0.3.1/manifest.json": {
      "get": {
        "operationId": "get_nomos_geo_qa_0_3_1_manifest_json",
        "summary": "Retrieve the EN NOMOS GEO-QA integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/0.3.1/citation.json": {
      "get": {
        "operationId": "get_nomos_geo_qa_0_3_1_citation_json",
        "summary": "Retrieve the EN NOMOS GEO-QA citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/nomos-geo-qa/0.3.1/NOMOS-GEO-QA-EN-v0.3.1.pdf": {
      "get": {
        "operationId": "get_nomos_geo_qa_0_3_1_NOMOS_GEO_QA_EN_v0_3_1_pdf",
        "summary": "Download the EN NOMOS GEO-QA PDF",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_",
        "summary": "Open the TR NOMOS GEO-QA human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/0.3.1/registry.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_0_3_1_registry_json",
        "summary": "Retrieve the TR NOMOS GEO-QA registry",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/0.3.1/registry.jsonl": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_0_3_1_registry_jsonl",
        "summary": "Retrieve the TR NOMOS GEO-QA JSONL records",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/x-ndjson": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/0.3.1/glossary.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_0_3_1_glossary_json",
        "summary": "Retrieve the TR NOMOS GEO-QA glossary",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/0.3.1/sources.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_0_3_1_sources_json",
        "summary": "Retrieve the TR NOMOS GEO-QA source catalogue",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/0.3.1/manifest.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_0_3_1_manifest_json",
        "summary": "Retrieve the TR NOMOS GEO-QA integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/0.3.1/citation.json": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_0_3_1_citation_json",
        "summary": "Retrieve the TR NOMOS GEO-QA citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/tr/nomos-geo-qa/0.3.1/NOMOS-GEO-QA-TR-v0.3.1.pdf": {
      "get": {
        "operationId": "get_tr_nomos_geo_qa_0_3_1_NOMOS_GEO_QA_TR_v0_3_1_pdf",
        "summary": "Download the TR NOMOS GEO-QA PDF",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_",
        "summary": "Open the DE NOMOS GEO-QA human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/0.3.1/registry.json": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_0_3_1_registry_json",
        "summary": "Retrieve the DE NOMOS GEO-QA registry",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/0.3.1/registry.jsonl": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_0_3_1_registry_jsonl",
        "summary": "Retrieve the DE NOMOS GEO-QA JSONL records",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/x-ndjson": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/0.3.1/glossary.json": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_0_3_1_glossary_json",
        "summary": "Retrieve the DE NOMOS GEO-QA glossary",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/0.3.1/sources.json": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_0_3_1_sources_json",
        "summary": "Retrieve the DE NOMOS GEO-QA source catalogue",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/0.3.1/manifest.json": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_0_3_1_manifest_json",
        "summary": "Retrieve the DE NOMOS GEO-QA integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/0.3.1/citation.json": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_0_3_1_citation_json",
        "summary": "Retrieve the DE NOMOS GEO-QA citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/de/nomos-geo-qa/0.3.1/NOMOS-GEO-QA-DE-v0.3.1.pdf": {
      "get": {
        "operationId": "get_de_nomos_geo_qa_0_3_1_NOMOS_GEO_QA_DE_v0_3_1_pdf",
        "summary": "Download the DE NOMOS GEO-QA PDF",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_",
        "summary": "Open the ES NOMOS GEO-QA human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/0.3.1/registry.json": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_0_3_1_registry_json",
        "summary": "Retrieve the ES NOMOS GEO-QA registry",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/0.3.1/registry.jsonl": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_0_3_1_registry_jsonl",
        "summary": "Retrieve the ES NOMOS GEO-QA JSONL records",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/x-ndjson": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/0.3.1/glossary.json": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_0_3_1_glossary_json",
        "summary": "Retrieve the ES NOMOS GEO-QA glossary",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/0.3.1/sources.json": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_0_3_1_sources_json",
        "summary": "Retrieve the ES NOMOS GEO-QA source catalogue",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/0.3.1/manifest.json": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_0_3_1_manifest_json",
        "summary": "Retrieve the ES NOMOS GEO-QA integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/0.3.1/citation.json": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_0_3_1_citation_json",
        "summary": "Retrieve the ES NOMOS GEO-QA citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/es/nomos-geo-qa/0.3.1/NOMOS-GEO-QA-ES-v0.3.1.pdf": {
      "get": {
        "operationId": "get_es_nomos_geo_qa_0_3_1_NOMOS_GEO_QA_ES_v0_3_1_pdf",
        "summary": "Download the ES NOMOS GEO-QA PDF",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_",
        "summary": "Open the RU NOMOS GEO-QA human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/0.3.1/registry.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_0_3_1_registry_json",
        "summary": "Retrieve the RU NOMOS GEO-QA registry",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/0.3.1/registry.jsonl": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_0_3_1_registry_jsonl",
        "summary": "Retrieve the RU NOMOS GEO-QA JSONL records",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/x-ndjson": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/0.3.1/glossary.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_0_3_1_glossary_json",
        "summary": "Retrieve the RU NOMOS GEO-QA glossary",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/0.3.1/sources.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_0_3_1_sources_json",
        "summary": "Retrieve the RU NOMOS GEO-QA source catalogue",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/0.3.1/manifest.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_0_3_1_manifest_json",
        "summary": "Retrieve the RU NOMOS GEO-QA integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/0.3.1/citation.json": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_0_3_1_citation_json",
        "summary": "Retrieve the RU NOMOS GEO-QA citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ru/nomos-geo-qa/0.3.1/NOMOS-GEO-QA-RU-v0.3.1.pdf": {
      "get": {
        "operationId": "get_ru_nomos_geo_qa_0_3_1_NOMOS_GEO_QA_RU_v0_3_1_pdf",
        "summary": "Download the RU NOMOS GEO-QA PDF",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_",
        "summary": "Open the AR NOMOS GEO-QA human edition",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/0.3.1/registry.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_0_3_1_registry_json",
        "summary": "Retrieve the AR NOMOS GEO-QA registry",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/0.3.1/registry.jsonl": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_0_3_1_registry_jsonl",
        "summary": "Retrieve the AR NOMOS GEO-QA JSONL records",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/x-ndjson": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/0.3.1/glossary.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_0_3_1_glossary_json",
        "summary": "Retrieve the AR NOMOS GEO-QA glossary",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/0.3.1/sources.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_0_3_1_sources_json",
        "summary": "Retrieve the AR NOMOS GEO-QA source catalogue",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/0.3.1/manifest.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_0_3_1_manifest_json",
        "summary": "Retrieve the AR NOMOS GEO-QA integrity manifest",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/0.3.1/citation.json": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_0_3_1_citation_json",
        "summary": "Retrieve the AR NOMOS GEO-QA citation record",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/ar/nomos-geo-qa/0.3.1/NOMOS-GEO-QA-AR-v0.3.1.pdf": {
      "get": {
        "operationId": "get_ar_nomos_geo_qa_0_3_1_NOMOS_GEO_QA_AR_v0_3_1_pdf",
        "summary": "Download the AR NOMOS GEO-QA PDF",
        "responses": {
          "200": {
            "description": "Public read-only publication resource",
            "content": {
              "application/pdf": {
                "schema": {
                  "type": "string",
                  "format": "binary"
                }
              }
            }
          }
        }
      }
    }
  },
  "x-noblejackal-interaction-interface": {
    "contract": "/interaction.openapi.json",
    "governance": "Controlled human-reviewed intake; automatic contracting disabled"
  },
  "releaseId": "NJ-PUBLIC-2026.08.26",
  "releaseVersion": "2026.08.26",
  "factSetId": "NJ-FACTSET-2026.08.26-C42-S7-L6-T1.2.0",
  "release": {
    "schemaVersion": "1.0.0",
    "releaseId": "NJ-PUBLIC-2026.08.26",
    "releaseVersion": "2026.08.26",
    "updated": "2026-08-26",
    "factSetId": "NJ-FACTSET-2026.08.26-C42-S7-L6-T1.2.0",
    "coreSystemCount": 7,
    "canonicalDossierCount": 42,
    "interfaceLanguages": [
      "en",
      "tr",
      "de",
      "ar",
      "es",
      "ru"
    ],
    "commercialTaxonomyVersion": "1.2.0"
  },
  "x-noblejackal-release": {
    "schemaVersion": "1.0.0",
    "releaseId": "NJ-PUBLIC-2026.08.26",
    "releaseVersion": "2026.08.26",
    "updated": "2026-08-26",
    "factSetId": "NJ-FACTSET-2026.08.26-C42-S7-L6-T1.2.0",
    "coreSystemCount": 7,
    "canonicalDossierCount": 42,
    "interfaceLanguages": [
      "en",
      "tr",
      "de",
      "ar",
      "es",
      "ru"
    ],
    "commercialTaxonomyVersion": "1.2.0"
  },
  "updated": "2026-08-26"
}
