From 9cfe2c59f1a1025fa3e5800c58d642113181e0eb Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 2 Aug 2018 14:35:54 -0400 Subject: [PATCH] Update schema --- docs/ics/ics-xxx-signed-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ics/ics-xxx-signed-messages.md b/docs/ics/ics-xxx-signed-messages.md index 59fe8c1add..58776c31dd 100644 --- a/docs/ics/ics-xxx-signed-messages.md +++ b/docs/ics/ics-xxx-signed-messages.md @@ -146,7 +146,7 @@ a schema adhering to the JSON schema [specification](http://json-schema.org/spec ] }, "primaryType": { - "description": "The name of primary message type to sign.", + "description": "The name of primary message type to sign. This is needed for when there is more than one type defined besides `CosmosDomain`.", "type": "string", "minLength": 1 },