mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
14 lines
219 B
JSON
14 lines
219 B
JSON
{
|
|
"key": "mobile",
|
|
"keys": [
|
|
"mobile",
|
|
"contact:mobile"
|
|
],
|
|
"type": "tel",
|
|
"label": "Mobile Phone",
|
|
"placeholder": "+31 42 123 4567",
|
|
"terms": [
|
|
"phone number"
|
|
]
|
|
}
|