From f5288d0ea9c1ebb92c232d99dff2a68a2058bd6e Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 25 Oct 2024 13:05:01 +0200 Subject: [PATCH] spec: update spec after #66 EIP-712 `schemas` can be `url | array[schema | url]` --- specs/erc-7730.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/erc-7730.md b/specs/erc-7730.md index f6430ce..1084a46 100644 --- a/specs/erc-7730.md +++ b/specs/erc-7730.md @@ -405,7 +405,7 @@ To verify a factory constraints a wallet MUST check that: **`eip712.schemas`** -The `schemas` key is either an URL pointing to the EIP-712 schemas (in json representation) or an array of individual *EIP-712 json schema*. +The `schemas` key is either an URL pointing to the EIP-712 schemas (in json representation) or an array of either individual *EIP-712 json schema*, or URLs pointing to a single message schema. An *EIP-712 schema* consists in the subset of the EIP-712 message containing only the `types` and `primaryType` elements of the message, represented in json notation for this specification.