{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Changelog", "type": "object", "properties": { "startAt": { "type": "integer" }, "maxResults": { "type": "integer" }, "total": { "type": "integer" }, "histories": { "type": "array" } } }