Json Structure - dcsipl/justsmarthome GitHub Wiki

JsonSmartCustomHomes

We are using the below structure to hold the data, which will be used in our reatjs page to render the pages.

{

"JustSmartCustomHomes": [
  {
    "name": "Deer Valley Estates",
    "type": "Community",
    "status": "OnGoing/Completed/ReadilyAvailable",
    "mainDescr": "Deer",
    "location": "img of google map to the community/house/apartment",
    "measurement": {
      "totalArea": "50000 sq.ft"
    },
    "extraFeatures": "Smart Home Fixtures,Superseal Insulation Package,  Extradinary Lightings,Upgraded Flooring",
    "communityPlan": "img",
    "sliderImg": "imgpath",
    "house": [
      {
        "id": "identifier",
        "name": "name of the house",
        "completed": "60%",
        "expectedTimecompletion": "December,2022",
        "sold": "Yes/No",
        "measurement": {
          "totalArea": "1200 sq.ft"
        },
        "room": [
          {
            "type": "hall",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "bathroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "bathroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "kitchen",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "bedroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type"
          },
          {
            "type": "bedroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          }
        ]
      }
    ]
  },
  {
    "name": "Deer Valley Estates",
    "type": "Community",
    "status": "OnGoing",
    "mainDescr": "Deer",
    "location": "img of google map to the community/house/apartment",
    "measurement": {
      "totalArea": "50000 sq.ft"
    },
    "extraFeatures": "Smart Home Fixtures,Superseal Insulation Package,  Extradinary Lightings,Upgraded Flooring",
    "communityPlan": "img",
    "sliderImg": "imgpath",
    "house": [
      {
        "id": "identifier",
        "name": "name of the house",
        "completed": "60%",
        "expectedTimecompletion": "December,2022",
        "sold": "Yes/No",
        "measurement": {
          "totalArea": "1200 sq.ft"
        },
        "room": [
          {
            "type": "hall",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "bathroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "bathroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "kitchen",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          },
          {
            "type": "bedroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type"
          },
          {
            "type": "bedroom",
            "image": "img",
            "measurement": {
              "totalArea": "10/10 sq.ft"
            },
            "tiles": "type of tiles"
          }
        ]
      }
    ]
  }
]

}

⚠️ **GitHub.com Fallback** ⚠️