{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserHotelingRequestPatch", "title": "UserHotelingRequestPatch", "type": "object", "required": [ "hoteling" ], "properties": { "hoteling": { "$ref": "#/components/schemas/HotelingRequest", "description": "Modify person Device Hoteling Setting." } } }