A changelog entry.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ChangeHistory", "type": "object", "description": "A changelog entry.", "properties": { "id": { "type": "string" }, "created": { "type": "string" }, "items": { "type": "array" } } }