{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmptyResponse", "title": "EmptyResponse", "type": "object", "additionalProperties": false, "description": "Empty response object by design. A successful response indicates this operation was successfully executed." }