{
  "schema_version": "1.1",
  "type": "verification_api_spec",
  "scope": "operacion",
  "node": {
    "name": "Nodo Colombia",
    "code": "CO",
    "url": "https://colombia.luvameta.com/",
    "registry": "https://colombia.luvameta.com/registro.json"
  },
  "issuer_portal": {
    "name": "Portal Nacional Colombia",
    "url": "https://co.luvameta.com/",
    "role": "issuer_portal"
  },
  "verification": {
    "method": "link_reference",
    "rules": [
      "Una certificación válida debe enlazar al nodo (https://colombia.luvameta.com/) y al portal certificador (https://co.luvameta.com/).",
      "La certificación debe declarar categoría (OPERACION o INVESTIGACION) y estado (ACTIVE/SUSPENDED/REVOKED).",
      "El nodo no certifica sitios externos directamente: solo registra portales certificadores.",
      "Para OPERACION, el portal certificador debe enlazar al marco de Operación del nodo: https://colombia.luvameta.com/operacion/."
    ],
    "fields_required": [
      "category",
      "status",
      "issuer_portal",
      "node",
      "target"
    ],
    "allowed": {
      "category": [
        "OPERACION",
        "INVESTIGACION"
      ],
      "status": [
        "ACTIVE",
        "SUSPENDED",
        "REVOKED"
      ]
    }
  },
  "paths": {
    "node_home": "https://colombia.luvameta.com/",
    "node_registry": "https://colombia.luvameta.com/registro.json",
    "operacion_home": "https://colombia.luvameta.com/operacion/",
    "operacion_index_json": "https://colombia.luvameta.com/operacion/index.json",
    "operacion_portales": "https://colombia.luvameta.com/operacion/portales.json",
    "operacion_verificacion": "https://colombia.luvameta.com/operacion/verificacion.json",
    "investigacion_home": "https://colombia.luvameta.com/investigacion/"
  },
  "updated_at": "2026-01-10T00:00:00Z"
}