{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpsertOperation", "title": "UpsertOperation", "type": "object", "required": [ "upsert" ], "properties": { "upsert": { "$ref": "#/components/schemas/PointInsertOperations" } } }