Update schema

This commit is contained in:
Aleksandr Bezobchuk 2018-08-02 14:35:54 -04:00
parent 43420936e5
commit 9cfe2c59f1
1 changed files with 1 additions and 1 deletions

View File

@ -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
},