-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec: add support for providing a single URL for all EIP-712 schemas
- `schemas` property can be `uri-reference | array[schema | uri-reference]` - `uri-reference` can be a `<scheme>://` URL, or directly a relative (or absolute) path (`./foo` or `/foo`) - Note that our implementation will allow `https` and `file` URL schemes, or relative paths. This is not enforced by schema/spec, not sure if it should
- Loading branch information
1 parent
a79c8ef
commit a206093
Showing
1 changed file
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters