mirror of https://github.com/status-im/EIPs.git
Correct typos in JSON schema
This commit is contained in:
parent
ab00c60414
commit
29cf090a0d
|
@ -162,15 +162,15 @@ This is the "ERC721 Metadata JSON Schema" referenced above. Learn more about [JS
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Identifies the thing to which the deed grants ownership",
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "Describes the thing to which the deed grants ownership",
|
||||
},
|
||||
"image": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "A URI pointing to a resource with mime type image/* representing the thing to which the deeds grants ownership. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive.",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue