{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Placeholder", "type": "object", "description": "The placeholder information that uniquely identifies a placeholder shape.\n", "properties": { "type": { "type": "string", "description": "The type of the placeholder." }, "index": { "type": "integer", "description": "The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.\n" }, "parentObjectId": { "type": "string", "description": "The object ID of this shape's parent placeholder.\n" } } }