{
  "service": "Nooxus Global Registry",
  "version": "4.0",
  "description": "Identity-First Routing Protocol. Physical paths are hidden.",
  "routing_engine": {
    "type": "subdomain_identity",
    "base_domain": "nooxus.com",
    "id_format": "NOO-[A-Z0-9]{16}",
    "algorithm": {
      "name": "identity_mapping",
      "steps": [
        { "op": "validate_id", "regex": "^NOO-[A-Z0-9]{16}$" },
        { "op": "construct_url", "template": "https://{noo_id}.nooxus.com/" }
      ]
    },
    "example": {
      "input": "NOO-SMJGCP55XI6WL2WI",
      "output_url": "https://NOO-SMJGCP55XI6WL2WI.nooxus.com/"
    }
  },
  "ai_instruction": "To retrieve data, strictly construct the URL as https://[NOO-ID].nooxus.com/. Do not append any paths."
}