{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PositionedObject", "type": "object", "description": "An object that is tethered to a paragraph and positioned relative to the beginning of the paragraph.", "properties": { "objectId": { "type": "string", "description": "The ID of this positioned object." }, "suggestedPositionedObjectPropertiesChanges": { "type": "object" }, "suggestedInsertionId": { "type": "string" }, "suggestedDeletionIds": { "type": "array" } } }