An object without any properties.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/empty-object", "title": "Empty Object", "description": "An object without any properties.", "type": "object", "properties": {}, "additionalProperties": false }