mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 00:54:03 +02:00
Fix fields of historic=aircraft (#1566)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "aircraft:model",
|
||||
"type": "combo",
|
||||
"label": "Aircraft Model"
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"key": "aircraft:model:wikidata",
|
||||
"keys": [
|
||||
"aircraft:model:wikidata",
|
||||
"aircraft:model:wikipedia"
|
||||
],
|
||||
"type": "wikidata",
|
||||
"label": "Aircraft Model Wikidata"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "aircraft:type",
|
||||
"type": "combo",
|
||||
"type": "semiCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "model:wikidata",
|
||||
"keys": [
|
||||
"model:wikidata",
|
||||
"model:wikipedia"
|
||||
],
|
||||
"type": "wikidata",
|
||||
"label": "Model Wikidata"
|
||||
}
|
||||
@@ -4,11 +4,11 @@
|
||||
"name",
|
||||
"start_date",
|
||||
"aircraft/type",
|
||||
"aircraft/model"
|
||||
"model"
|
||||
],
|
||||
"moreFields": [
|
||||
"ref",
|
||||
"aircraft/model/wikidata",
|
||||
"model/wikidata",
|
||||
"manufacturer",
|
||||
"manufacturer/wikidata",
|
||||
"description"
|
||||
|
||||
Reference in New Issue
Block a user