{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListMeshesOutput", "description": "", "type": "object", "properties": { "meshes": {}, "nextToken": {} }, "required": [ "meshes" ] }