{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserPlaceAuthorizationCodeListPatch", "title": "UserPlaceAuthorizationCodeListPatch", "type": "object", "properties": { "deleteCodes": { "type": "array", "items": { "type": "string" }, "description": "Access Codes to delete." } } }