{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaEventMetadataActive",
	"title": "DcsaEventMetadataActive",
	"description": "Active event metadata (not a retraction).\n\nThe OpenAPI schema defines `retractedEventID` with a default of `null`, so we\nallow it to be omitted or explicitly set to `null`.",
	"type": "object",
	"properties": {
		"retractedEventID": {
			"type": "null",
			"description": "Must be `null` (or omitted) for non-retraction events."
		}
	},
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/dcsa/DcsaEventMetadataBase"
		}
	]
}
