{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PlaceUpdate", "title": "PlaceUpdate", "type": "object", "required": [ "address" ], "properties": { "address": { "type": "string", "description": "The formatted address of the place to save." } } }