{ "type" : "object", "properties" : { "Name" : { "required" : "true", "description" : "The Cmdlet Name. ", "type" : [ "string", "null" ] }, "Contents" : { "required" : "true", "type" : ["object"], "properties" : { "Synopsis" : { "required" : "true", "type" : [ "string", "null" ] }, "Description" : { "required" : "true", "type" : [ "string", "null" ] }, "Parameters" : { "required" : "true", "type" : ["array","null"], "properties" : { "Name" : { "required" : "true", "type" : [ "string", "null" ] }, "Description" : { "required" : "true", "type" : [ "string", "null" ] } } }, "InputTypes" : { "required" : "true", "type" : ["array","null"], "properties" : { "Value" : { "required" : "true", "type" : [ "string", "null" ] }, "Text" : { "required" : "true", "type" : [ "string", "null" ] } } }, "ReturnValues" : { "required" : "true", "type" : ["array","null"], "properties" : { "Value" : { "required" : "true", "type" : [ "string", "null" ] }, "Text" : { "required" : "true", "type" : [ "string", "null" ] } } }, "Examples" : { "required" : "true", "type" : ["array","null"], "properties" : { "Title" : { "required" : "true", "type" : [ "string", "null" ] }, "Code" : { "required" : "true", "type" : [ "string", "null" ] }, "Description" : { "required" : "true", "type" : [ "string", "null" ] } } }, "RelatedLinks" : { "required" : "true", "type" : ["array","null"], "properties" : { "Text" : { "required" : "true", "type" : [ "string", "null" ] }, "URI" : { "required" : "true", "type" : [ "string", "null" ] } } } } } } }