Skip to content

Commit c8cf6f3

Browse files
inlinedDoug Davis
authored andcommitted
Define URIs to follow the URI-reference rule. (#169)
URI-reference is a URI or relative-ref. This now makes our existing examples meet the spec as defined. Notably, this allows schemaless URIs. Per 4/19 meeting, this will be merged as 0.1 if it has sufficient approvals by then. Signed-off-by: Thomas Bouldin <inlined@google.com>
1 parent c11abc0 commit c8cf6f3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

spec.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,9 @@ The following abstract data types are available for use in attributes.
259259
- `Binary` - Sequence of bytes.
260260
- `Map` - `String`-indexed dictionary of `Object`-typed values
261261
- `Object` - Either a `String`, or a `Binary`, or a `Map`
262-
- `URI` - String expression as defined in
263-
[RFC 3986](https://tools.ietf.org/html/rfc3986)
262+
- `URI` - String expression conforming to `URI-reference`
263+
as defined in
264+
[RFC 3986 §4.1](https://tools.ietf.org/html/rfc3986#section-4.1).
264265
- `Timestamp` - String expression as defined in
265266
[RFC 3339](https://tools.ietf.org/html/rfc3339)
266267

0 commit comments

Comments
 (0)