Add various aliases

This commit is contained in:
Quincy Morgan 2020-12-17 11:54:56 -05:00
parent 36529d0ee2
commit 942e4ce508
33 changed files with 422 additions and 153 deletions

View file

@ -3,11 +3,11 @@
"geometry": [
"point"
],
"terms": [
"basket rotator"
],
"tags": {
"playground": "basketrotator"
},
"name": "Basket Spinner"
"name": "Basket Spinner",
"aliases": [
"Basket Rotator"
]
}

View file

@ -10,8 +10,10 @@
"terms": [
"children's house",
"playground house",
"playhouse",
"Wendy house"
"playhouse"
],
"name": "Play House"
"name": "Play House",
"aliases": [
"Wendy House"
]
}

View file

@ -11,5 +11,8 @@
"sandbox",
"sandpit"
],
"name": "Play Sandbox"
"name": "Play Sandbox",
"aliases": [
"Play Sandpit"
]
}

View file

@ -7,8 +7,10 @@
"playground": "springy"
},
"terms": [
"spring rocker",
"springy rocker"
],
"name": "Spring Rider"
"name": "Spring Rider",
"aliases": [
"Spring Rocker"
]
}