v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-10204364.2 KB
events

Get event vocabulary

Returns a delivery event vocabulary by name.

get/event-vocabularies/{name}

Path parameters

namestring required

Event vocabulary name in reverse-domain notation (e.g., xyz.localprotocol.delivery.courier).

Response

The event vocabulary.

namestring required

Standard identifier in reverse-domain notation.

versionstring required

Version in YYYY-MM-DD format.

extendsstring[]

Parent standard this extends (optional, max one).

titlestring required

Human-readable title.

descriptionstring

Human-readable description.

specstring uri

URL to specification document.

eventsobject required

Map of event IDs to event definitions.