{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/ais/AuditableItemStreamModes",
	"title": "AuditableItemStreamModes",
	"description": "The modes for auditable item stream behaviour.",
	"oneOf": [
		{
			"const": "default",
			"description": "Default mode allows full entry lifecycle operations."
		},
		{
			"const": "append-only",
			"description": "Append-only mode allows adding entries but disallows updates and removals."
		}
	]
}
