Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit f8708ad

Browse files
committed
remove "id" from keytrial: unneeded
1 parent 62bb272 commit f8708ad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

api/src/core/main.tsp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ namespace models {
6767
@doc("The key trial, which the client should sign with their private identity key.")
6868
trial: string;
6969

70-
@minLength(1)
71-
@maxLength(256)
72-
@doc("A unique identifying string to differentiate this specific key trial from other key trials that may be open at the same time.")
73-
id: string;
74-
7570
@doc("The UNIX timestamp after which the key trial expires.")
7671
expires: uint64;
7772
}
@@ -83,9 +78,6 @@ namespace models {
8378
@doc("The signature produced by signing the key trial string using a private identity key.")
8479
signature: string;
8580

86-
@doc("The unique identifying string, differentiating this specific key trial from other key trials that may be open at the same time.")
87-
id: string;
88-
8981
@doc("The serial number of the ID-Cert corresponding to the private identity key used to sign the key trial string.")
9082
serial_number: uint64;
9183
}

0 commit comments

Comments
 (0)