{
  "service": "sequesign-witness",
  "schema_version": "sequesign.witness_attestation.v0.1",
  "witness_id": "witness.sequesign.com",
  "key_id": "f4f9ed6f0657e186",
  "endpoints": {
    "sign": {
      "method": "POST",
      "path": "/witness"
    },
    "sign_satellite": {
      "method": "POST",
      "path": "/witness/satellite"
    },
    "key_discovery": {
      "method": "GET",
      "path": "/.well-known/sequesign/keys.json"
    },
    "health": {
      "method": "GET",
      "path": "/health"
    },
    "log_head": {
      "method": "GET",
      "path": "/log/{log_id}/head"
    },
    "log_entries": {
      "method": "GET",
      "path": "/log/entries"
    },
    "log_completeness": {
      "method": "GET",
      "path": "/log/completeness"
    },
    "log_export": {
      "method": "POST",
      "path": "/log/export"
    },
    "log_inclusion": {
      "method": "GET",
      "path": "/log/inclusion/{position}"
    },
    "log_roots": {
      "method": "GET",
      "path": "/log/{log_id}/roots"
    },
    "log_checkpoint": {
      "method": "GET",
      "path": "/log/{log_id}/checkpoint"
    },
    "receipt_intoto": {
      "method": "POST",
      "path": "/receipt/intoto"
    }
  },
  "docs": "https://www.sequesign.com"
}