[
  {
    "template_meta": {
      "title": "Accommodations (Hotel / Rentals)",
      "description": "A powerful setup for hotels, vacation rentals, or any multi-day booking system. It demonstrates per-item capacity and uses custom, filterable 'Dimension Attributes' like Bedrooms and Bathrooms. NOTE: You must link each property to a WooCommerce product to enable payments.",
      "recommended": true
    },
    "options": {
      "clisyc_dimension_registry": {
        "dimensions": {
          "clisyc_property": { "enabled": true, "primary": true, "frontend_visible": true }
        },
        "relationships": {},
        "filter_order": [ "clisyc_property" ]
      },
      "clisyc_custom_dimension_types": {
        "clisyc_property": { "singular": "Property", "plural": "Properties", "icon": "dashicons-admin-home", "public": true }
      },
      "clisyc_dimension_fields": {
        "bedrooms": {
          "label": "Bedrooms",
          "type": "number",
          "filterable": true,
          "icon": "dashicons-bed",
          "applies_to": [ "clisyc_property" ]
        },
        "bathrooms": {
          "label": "Bathrooms",
          "type": "number",
          "filterable": true,
          "icon": "dashicons-buddicons-replies",
          "applies_to": [ "clisyc_property" ]
        },
        "location_type": {
          "label": "Location Type",
          "type": "select",
          "filterable": true,
          "icon": "dashicons-location-alt",
          "options": "Beachfront,Downtown,Mountainside,Suburban",
          "applies_to": [ "clisyc_property" ]
        }
      }
    },
    "cpts": {
      "clisyc_property": [
        {
          "post_name": "the-beach-house",
          "post_title": "The Beach House",
          "post_excerpt": "A beautiful 3-bedroom home right on the water. Requires a 3-night minimum stay.",
          "post_meta": {
            "_clisyc_booking_mode": ["date_range"],
            "_clisyc_capacity": ["1"],
            "_clisyc_min_stay": ["3"],
            "_clisyc_buffer_days": ["1"],
            "_clisyc_color": ["#007cba"],
            "_clisyc_bedrooms": ["3"],
            "_clisyc_bathrooms": ["2"],
            "_clisyc_location_type": ["Beachfront"]
          }
        },
        {
          "post_name": "downtown-loft",
          "post_title": "Modern Downtown Loft",
          "post_excerpt": "A stylish 1-bedroom loft in the heart of the city. Perfect for short stays.",
          "post_meta": {
            "_clisyc_booking_mode": ["date_range"],
            "_clisyc_capacity": ["1"],
            "_clisyc_min_stay": ["2"],
            "_clisyc_buffer_days": ["0"],
            "_clisyc_color": ["#e53983"],
            "_clisyc_bedrooms": ["1"],
            "_clisyc_bathrooms": ["1"],
            "_clisyc_location_type": ["Downtown"]
          }
        },
        {
          "post_name": "standard-queen-room",
          "post_title": "Standard Queen Room",
          "post_excerpt": "A comfortable room with two queen-sized beds. We have 12 of this type available.",
          "post_meta": {
            "_clisyc_booking_mode": ["date_range"],
            "_clisyc_capacity": ["12"],
            "_clisyc_min_stay": ["1"],
            "_clisyc_buffer_days": ["0"],
            "_clisyc_color": ["#72aee6"],
            "_clisyc_bedrooms": ["1"],
            "_clisyc_bathrooms": ["1"],
            "_clisyc_location_type": ["Suburban"]
          }
        }
      ]
    },
    "relationships": []
  }
]