{
  "collectionName": "components_features_features",
  "info": {
    "displayName": "Features"
  },
  "options": {},
  "attributes": {
    "feature": {
      "type": "enumeration",
      "required": true,
      "enum": [
        "Bedroom",
        "Bathroom",
        "Verandah",
        "Drawing",
        "Dinning",
        "Kitchen",
        "Lift",
        "Generator",
        "Parking"
      ]
    },
    "value": {
      "type": "integer",
      "required": true
    }
  },
  "config": {}
}
