{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PhotoMedia", "type": "object", "description": "Photo media metadata returned when skipHttpRedirect is true", "properties": { "name": { "type": "string", "description": "The resource name of the photo media" }, "photoUri": { "type": "string", "description": "A short-lived URI for the photo" } } }