{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateMeshInput", "description": "", "type": "object", "properties": { "clientToken": {}, "meshName": {}, "spec": {}, "tags": {} }, "required": [ "meshName" ] }