Files
id-tagging-schema-b/data/fields/telecom.json
2024-08-04 21:09:59 +08:00

15 lines
355 B
JSON

{
"key": "telecom",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"connection_point": "Connection Point",
"data_center": "Data Center",
"distribution_point": "Distribution Point",
"exchange": "Exchange",
"service_device": "Service Device"
}
}
}