Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Made annotation[at-context] optional
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Jan 12, 2019
1 parent c71559b commit b8a2226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/resources/annotation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ type Agent = {
};

type AnnotationW3C = OtherProperties & {
'@context': 'http://www.w3.org/ns/anno.jsonld';
'@context'?: 'http://www.w3.org/ns/anno.jsonld';
body?: AnnotationBody | AnnotationBody[];
bodyValue?: string;
target?: AnnotationTarget | AnnotationTarget[];
Expand Down

0 comments on commit b8a2226

Please sign in to comment.