mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-07 03:41:15 +00:00
18 lines
296 B
JSON
18 lines
296 B
JSON
{
|
|
"key": "website",
|
|
"keys": [
|
|
"website",
|
|
"website:phone"
|
|
],
|
|
"type": "url",
|
|
"placeholder": "https://example.com",
|
|
"label": "Website",
|
|
"terms": [
|
|
"internet presence",
|
|
"uri",
|
|
"url",
|
|
"webpage"
|
|
],
|
|
"universal": true
|
|
}
|