{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmptyResponse", "title": "EmptyResponse", "type": "object", "properties": { "data": { "type": "object", "properties": {} }, "meta": { "type": "object", "properties": {} } } }