An image display URL. All properties are optional and should not be relied upon as always available.
Property | Description |
---|---|
extraLarge |
A URL indicating an extra-large-sized version of the image. |
extraLarge2 |
A URL indicating an extra-large-2-sized version of the image. |
extraLarge3 |
A URL indicating an extra-large-3-sized version of the image. |
large |
A URL indicating a large-sized version of the image. |
medium |
A URL indicating a medium-sized version of the image. |
mediumLarge |
A URL indicating a medium-to-large-sized version of the image. |
original |
A URL indicating an original version of the image. |
small |
A URL indicating a small-sized version of the image. |
thumb |
A URL indicating a thumbnail-sized version of the image. |
The following schema is based on OpenAPI 3.0 and is provided in our downloadable OpenAPI document.
{
"description": "An image display URL. All properties are optional and should not be\nrelied upon as always available.",
"example": {
"large": "https://example.com/98f3a6c.jpg",
"thumb": "https://example.com/e7e2797.jpg"
},
"properties": {
"extraLarge": {
"description": "A URL indicating an extra-large-sized version of the image.",
"format": "uri",
"type": "string"
},
"extraLarge2": {
"description": "A URL indicating an extra-large-2-sized version of the image.",
"format": "uri",
"type": "string"
},
"extraLarge3": {
"description": "A URL indicating an extra-large-3-sized version of the image.",
"format": "uri",
"type": "string"
},
"large": {
"description": "A URL indicating a large-sized version of the image.",
"format": "uri",
"type": "string"
},
"medium": {
"description": "A URL indicating a medium-sized version of the image.",
"format": "uri",
"type": "string"
},
"mediumLarge": {
"description": "A URL indicating a medium-to-large-sized version of the image.",
"format": "uri",
"type": "string"
},
"original": {
"description": "A URL indicating an original version of the image.",
"format": "uri",
"type": "string"
},
"small": {
"description": "A URL indicating a small-sized version of the image.",
"format": "uri",
"type": "string"
},
"thumb": {
"description": "A URL indicating a thumbnail-sized version of the image.",
"format": "uri",
"type": "string"
}
},
"readOnly": true,
"type": "object"
}