{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogDate", "title": "LogDate", "oneOf": [ { "type": "string", "description": "Date when the event occurred in ISO 8601 format.", "default": "2016-02-23T19:57:29.532Z" }, { "$ref": "#/components/schemas/LogDateObject" } ] }