{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContentHistory", "type": "object", "properties": { "latest": { "type": "boolean" }, "createdDate": { "type": "string" }, "contributors": { "type": "object" }, "_expandable": { "type": "object" } } }