{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EthCollectionTokenIdSignature", "required": [ "v", "r", "s" ], "type": "object", "properties": { "v": { "type": "integer" }, "r": { "type": "string" }, "s": { "type": "string" } } }