{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/ais/AuditableItemStreamEntryBase",
	"title": "AuditableItemStreamEntryBase",
	"description": "Interface describing an entry for the stream.",
	"type": "object",
	"properties": {
		"type": {
			"const": "AuditableItemStreamEntry",
			"description": "JSON-LD Type."
		},
		"entryObject": {
			"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject",
			"description": "The object to associate with the entry as JSON-LD."
		}
	},
	"required": ["type", "entryObject"]
}
