tangled
alpha
login
or
join now
futur.blue
/
pegasus
57
fork
atom
objective categorical abstract machine language personal data server
57
fork
atom
overview
issues
2
pulls
pipelines
Accept did doc missing @context
futur.blue
2 months ago
b0fa75dc
9c25ae89
verified
This commit was signed with the committer's
known signature
.
futur.blue
SSH Key Fingerprint:
SHA256:QHGqHWNpqYyw9bt8KmPuJIyeZX9SZewBZ0PR1COtKQ0=
+1
-1
1 changed file
expand all
collapse all
unified
split
pegasus
lib
id_resolver.ml
+1
-1
pegasus/lib/id_resolver.ml
···
114
114
Error "invalid field value"
115
115
116
116
type t =
117
117
-
{ context: string list [@key "@context"]
117
117
+
{ context: string list option [@key "@context"] [@default None]
118
118
; id: string
119
119
; controller: string_or_strings option [@default None]
120
120
; also_known_as: string list option [@key "alsoKnownAs"] [@default None]