id-tagging-schema/data/fields/noname.json
Martin Raifer 2a405e036c
Some checks failed
Code Style Checks / Check file endings (push) Has been cancelled
Code Style Checks / Check for code formatting mistakes (push) Has been cancelled
Code Style Checks / Check for spelling errors (push) Has been cancelled
fix field type
2025-10-21 12:27:02 +02:00

17 lines
319 B
JSON

{
"key": "noname",
"type": "defaultCheck",
"label": "Nameless",
"universal": true,
"strings": {
"options": {
"undefined": "No",
"yes": "Feature does not have a name"
}
},
"terms": [
"anonymous",
"innominate",
"unnamed"
]
}