{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "InlineObject", "type": "object", "properties": { "objectId": { "type": "string" }, "suggestedInlineObjectPropertiesChanges": { "type": "object" }, "suggestedInsertionId": { "type": "string" }, "suggestedDeletionIds": { "type": "array" } } }