{
  "version": "v1.0",
  "suite": "demo-seed-1",
  "vectors": [
    {
      "file": "witness_valid.cbor",
      "expected": "PASS"
    },
    {
      "file": "tamper_sig.cbor",
      "expected": "FAIL",
      "error": "ERR_SIG_INVALID"
    },
    {
      "file": "tamper_merkle.cbor",
      "expected": "FAIL",
      "error": "ERR_MERKLE_INVALID"
    },
    {
      "file": "digest_mismatch.cbor",
      "expected": "FAIL",
      "error": "ERR_DIGEST_MISMATCH"
    },
    {
      "file": "profile_mismatch.cbor",
      "expected": "FAIL",
      "error": "ERR_PROFILE_MISMATCH"
    },
    {
      "file": "authz_fail.cbor",
      "expected": "FAIL",
      "error": "ERR_AUTHZ"
    },
    {
      "file": "authz_bad_sig.cbor",
      "expected": "FAIL",
      "error": "ERR_AUTHZ"
    },
    {
      "file": "key_revoked.cbor",
      "expected": "FAIL",
      "error": "ERR_KEY_REVOKED"
    },
    {
      "file": "revoked_bad_sig.cbor",
      "expected": "FAIL",
      "error": "ERR_KEY_REVOKED"
    },
    {
      "file": "canonical_cbor.cbor",
      "expected": "FAIL",
      "error": "ERR_CANONICAL_CBOR"
    },
    {
      "file": "noncanonical_profile_mismatch.cbor",
      "expected": "FAIL",
      "error": "ERR_CANONICAL_CBOR"
    },
    {
      "file": "witness_invalid.cbor",
      "expected": "FAIL",
      "error": "ERR_WITNESS_INVALID"
    },
    {
      "file": "finality_too_low.cbor",
      "expected": "FAIL",
      "error": "ERR_FINALITY_TOO_LOW"
    },
    {
      "file": "oddcase_5leaf.cbor",
      "expected": "PASS"
    },
    {
      "file": "input_parse.cbor",
      "expected": "FAIL",
      "error": "ERR_INPUT_PARSE"
    },
    {
      "expected": "FAIL",
      "error": "ERR_TAA_SIG_INVALID",
      "trust": "core/trust/taa_bad_sig.cbor",
      "stage": "trust"
    },
    {
      "expected": "FAIL",
      "error": "ERR_TAA_EXPIRED",
      "trust": "core/trust/taa_expired.cbor",
      "stage": "trust"
    }
  ]
}
