{ "type": "object", "name": "Edit", "properties": { "isEditRestricted": { "type": "boolean" }, "isEditableByMeUrl": { "type": "string" }, "lastEditedBy": { "type": "['string', 'null']" }, "lastEditedDate": { "type": "['string', 'null']" }, "latestRevision": { "type": "integer" }, "relativeLastEditedDate": { "type": "['string', 'null']" } }, "required": [ "isEditRestricted", "isEditableByMeUrl", "lastEditedBy", "lastEditedDate", "latestRevision", "relativeLastEditedDate" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }