{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmptyResponse", "title": "EmptyResponse", "type": "object", "description": "An empty object. Some endpoints do not return an object on success. The success is conveyed through a 2-- status code and returning an empty object." }