{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.safe.global/schemas/TokenList", "title": "TokenList", "type": "object", "properties": { "url": { "type": "string", "format": "uri", "maxLength": 200 }, "description": { "type": "string", "maxLength": 200 } }, "required": [ "description", "url" ] }