{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetImagesResponse", "type": "object", "description": "Response from the Get Images endpoint.", "properties": { "err": { "type": "['string', 'null']", "description": "If present, indicates an error rendering the images." }, "images": { "type": "object", "description": "A mapping from node IDs to URLs of the rendered images. Image URLs expire after 14 days." } } }