{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/ethereum-erc721/latest.json",
  "title": "ERC721 Metadata",
  "x-lintel": {
    "source": "https://www.schemastore.org/ethereum-erc721.json",
    "sourceSha256": "22b62e0ca20952d7b54d7ff2d59672d24d6f641908a268a5b72bf6b0b4208b7e"
  },
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Identifies the asset to which this NFT represents"
    },
    "description": {
      "type": "string",
      "description": "Describes the asset to which this NFT represents"
    },
    "image": {
      "type": "string",
      "description": "A URI pointing to a resource with mime type image/* representing the asset to which this NFT represents. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive."
    }
  }
}
