Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ The following abstract data types are available for use in attributes.
- `Binary` - Sequence of bytes.
- `Map` - `String`-indexed dictionary of `Object`-typed values
- `Object` - Either a `String`, or a `Binary`, or a `Map`
- `URI` - String expression as defined in
[RFC 3986](https://tools.ietf.org/html/rfc3986)
- `URI` - String expression conforming to `URI-reference`
as defined in
[RFC 3986 §4.1](https://tools.ietf.org/html/rfc3986#section-4.1).
- `Timestamp` - String expression as defined in
[RFC 3339](https://tools.ietf.org/html/rfc3339)

Expand Down