/**
* Copyright © DiamondMVC 2019
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.seo.schema.structures;

public
{
  import diamond.seo.schema.structures.organization;
  import diamond.seo.schema.structures.contactpoint;
  import diamond.seo.schema.structures.postaladdress;
  import diamond.seo.schema.structures.person;
  import diamond.seo.schema.structures.event;

  import diamond.seo.schema.structures.organizations;
  import diamond.seo.schema.structures.events;
}