[
  {
    "template_meta": {
      "title": "Fitness Class / Workshop",
      "description": "A setup for businesses that offer group sessions like classes or workshops, with instructors and locations.",
      "recommended": false
    },
    "options": {
      "clisyc_dimension_registry": {
        "dimensions": {
          "clisyc_service": { "enabled": true, "primary": true, "frontend_visible": true },
          "clisyc_instructor": { "enabled": true, "primary": false, "frontend_visible": true },
          "clisyc_location": { "enabled": true, "primary": false, "frontend_visible": true }
        },
        "relationships": {},
        "filter_order": [ "clisyc_location", "clisyc_service", "clisyc_instructor" ]
      },
      "clisyc_custom_dimension_types": {
        "clisyc_service": { "singular": "Class", "plural": "Classes", "icon": "dashicons-universal-access", "public": true },
        "clisyc_instructor": { "singular": "Instructor", "plural": "Instructors", "icon": "dashicons-businessperson", "public": true },
        "clisyc_location": { "singular": "Location", "plural": "Locations", "icon": "dashicons-location-alt", "public": true }
      }
    },
    "cpts": {
      "clisyc_service": [
        {
          "post_name": "vinyasa-yoga",
          "post_title": "Vinyasa Yoga",
          "post_meta": {
            "_clisyc_price": ["25"], "_clisyc_color": ["#72aee6"],
            "_clisyc_capacity": ["15"],
            "_clisyc_booking_mode": ["slot"],
            "_clisyc_schedule": ["{\"pattern_enabled\":false,\"pattern_start_date\":\"\",\"pattern_sequence\":\"A\",\"templates\":{\"A\":{\"1\":{\"slots\":[{\"start\":\"18:00\",\"end\":\"19:00\"}]},\"3\":{\"slots\":[{\"start\":\"18:00\",\"end\":\"19:00\"}]}}}}"]
          }
        },
        {
          "post_name": "spin-class",
          "post_title": "Spin Class",
          "post_meta": {
            "_clisyc_price": ["30"], "_clisyc_color": ["#e53983"],
            "_clisyc_capacity": ["10"],
            "_clisyc_booking_mode": ["slot"],
            "_clisyc_schedule": ["{\"pattern_enabled\":false,\"pattern_start_date\":\"\",\"pattern_sequence\":\"A\",\"templates\":{\"A\":{\"2\":{\"slots\":[{\"start\":\"07:00\",\"end\":\"07:45\"}]},\"4\":{\"slots\":[{\"start\":\"07:00\",\"end\":\"07:45\"}]}}}}"]
          }
        }
      ],
      "clisyc_instructor": [
        { "post_name": "jane-doe", "post_title": "Jane Doe", "post_meta": { "_clisyc_color": ["#72aee6"] }},
        { "post_name": "john-smith", "post_title": "John Smith", "post_meta": { "_clisyc_color": ["#e53983"] }}
      ],
      "clisyc_location": [
        { "post_name": "downtown-studio", "post_title": "Downtown Studio", "post_meta": {} },
        { "post_name": "uptown-gym", "post_title": "Uptown Gym", "post_meta": {} }
      ]
    },
    "relationships": [
      { "parent_type": "clisyc_instructor", "parent_slug": "jane-doe", "child_type": "clisyc_service", "child_slug": "vinyasa-yoga" },
      { "parent_type": "clisyc_instructor", "parent_slug": "jane-doe", "child_type": "clisyc_location", "child_slug": "downtown-studio" },
      { "parent_type": "clisyc_instructor", "parent_slug": "john-smith", "child_type": "clisyc_service", "child_slug": "spin-class" },
      { "parent_type": "clisyc_instructor", "parent_slug": "john-smith", "child_type": "clisyc_location", "child_slug": "downtown-studio" },
      { "parent_type": "clisyc_instructor", "parent_slug": "john-smith", "child_type": "clisyc_location", "child_slug": "uptown-gym" }
    ]
  }
]