I want to markup with Schema.org for my website with multiple organization. But, still I have only for single organization markup as follows:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"memberOf": {
"@type": "",
"name": "",
"jobTitle": ""
},
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"areaserved":"",
"addressCountry":""
},
"email": "",
"name": "",
"telephone": ""
}
</script>
How to markup with multiple organization using the above format?