[
  {
    "template_meta": {
      "title": "Simple Service/Resource Booking",
      "description": "The most basic setup for booking a single type of item, like a meeting room, a rental item, or a specific service. Recommended for new users.",
      "recommended": true
    },
    "options": {
      "clisyc_dimension_registry": {
        "dimensions": {
          "clisyc_service": {
            "enabled": true,
            "primary": true,
            "frontend_visible": true
          }
        },
        "relationships": {},
        "filter_order": [
          "clisyc_service"
        ]
      },
      "clisyc_custom_dimension_types": {
        "clisyc_service": {
          "singular": "Service",
          "plural": "Services",
          "icon": "dashicons-admin-generic",
          "public": true
        }
      }
    },
    "cpts": {
      "clisyc_service": [
        {
          "post_name": "standard-consultation",
          "post_title": "Standard Consultation",
          "post_content": "This is an example service. You can edit this or create new ones under the 'Services' menu in the Client Sync dashboard.",
          "post_meta": {
            "_clisyc_price": ["50.00"],
            "_clisyc_color": ["#007cba"],
            "_clisyc_schedule": ["{\"pattern_enabled\":false,\"pattern_start_date\":\"\",\"pattern_sequence\":\"A\",\"templates\":{\"A\":{\"1\":{\"slots\":[{\"start\":\"09:00\",\"end\":\"10:00\"},{\"start\":\"10:00\",\"end\":\"11:00\"}]},\"3\":{\"slots\":[{\"start\":\"13:00\",\"end\":\"14:00\"},{\"start\":\"14:00\",\"end\":\"15:00\"}]}}}}"],
            "_clisyc_capacity": ["1"]
          }
        }
      ]
    },
    "relationships": []
  }
]