{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Shape", "type": "object", "description": "A PageElement kind representing a generic shape that does not have a more specific classification.\n", "properties": { "shapeType": { "type": "string", "description": "The type of the shape." } } }