Skip to content

Commit 08b83e4

Browse files
committed
Ensure integers can be round-tripped from RDF.
1 parent a4a6bd1 commit 08b83e4

File tree

1 file changed

+1
-1
lines changed
  • contexts/credentials

1 file changed

+1
-1
lines changed

contexts/credentials/v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
},
197197
"statusSize": {
198198
"@id": "https://www.w3.org/ns/credentials/status#statusSize",
199-
"@type": "https://www.w3.org/2001/XMLSchema#positiveInteger"
199+
"@type": "https://www.w3.org/2001/XMLSchema#integer"
200200
}
201201
}
202202
},

0 commit comments

Comments
 (0)