id-tagging-schema/data/fields/material.json
2023-01-17 09:27:16 +01:00

31 lines
859 B
JSON

{
"key": "material",
"type": "combo",
"label": "Material",
"strings": {
"options": {
"adobe": "Adobe",
"aluminium": "Aluminum",
"brass": "Brass",
"brick": "Brick",
"bronze": "Bronze",
"concrete": "Concrete",
"dry_stone": "Dry Stone",
"glass": "Glass",
"granite": "Granite",
"iron": "Iron",
"limestone": "Limestone",
"marble": "Marble",
"metal": "Metal",
"plastic": "Plastic",
"reinforced_conrete": "Reinforced Concrete",
"rock": "Rock",
"sand": "Sand",
"sandstone": "Sandstone",
"soil": "Soil, Earth",
"steel": "Steel",
"stone": "Stone",
"wood": "Wood"
}
}
}