{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PhotosceneResponse", "title": "PhotosceneResponse", "type": "object", "properties": { "Photoscene": { "type": "object", "properties": { "photosceneid": { "type": "string" } } } } }