{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UpdateMeshOutput", "description": "", "type": "object", "properties": { "mesh": { "$ref": "#/definitions/MeshData" } }, "required": [ "mesh" ] }