{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MeshData", "description": "An object that represents a service mesh returned by a describe operation.", "type": "object", "properties": { "meshName": {}, "metadata": {}, "spec": {}, "status": {} }, "required": [ "meshName", "metadata", "spec", "status" ] }