project-configuration.json
630 Bytes
{
"collectionName": "components_layout_project_configurations",
"info": {
"displayName": "Project Configuration",
"icon": "bed"
},
"options": {},
"attributes": {
"title": {
"type": "string",
"required": true
},
"saleableArea": {
"type": "integer"
},
"carpetArea": {
"type": "integer"
},
"price": {
"type": "decimal"
},
"bedrooms": {
"type": "decimal",
"required": true,
"max": 20,
"min": 1
},
"pricePerCarpetSqft": {
"type": "decimal"
},
"pricePerSaleableSqft": {
"type": "decimal"
}
}
}