You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrected the examples to reflect the current json ld schema idea
and added a section about the public shared namespace to the specification.
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
@@ -163,7 +163,8 @@ The following table lists the fields in the document struct
163
163
164
164
| Field | Required | Description |
165
165
| --- | --- | --- |
166
-
|@id| ✓ | id is the identifying string for the VEX document. This should be unique per document. |
166
+
|@context| ✓ | The URL linking to the OpenVEX context definition. Fixed to `https://openvex.dev/ns`. |
167
+
|@id| ✓ | The IRI identifying the VEX document. |
167
168
| author | ✓ | Author is the identifier for the author of the VEX statement. Ideally, a common name, may be a URI. `author` can be an individual or organization. The author identity SHOULD be cryptographically associated with the signature of the VEX statement or document or transport. |
168
169
| role | ✓ | role describes the role of the document author. |
169
170
| timestamp | ✓ | Timestamp defines the time at which the document was issued. |
@@ -337,9 +338,9 @@ example, the sole statement has its timestamp data derived from the document:
0 commit comments