Skip to content

Commit

Permalink
stars as enum
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Feb 19, 2024
1 parent 3ed7897 commit 591211f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion datasources/schemas/tags/hosting.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@
]
},
"stars": {
"type": "string"
"enum": [
"1",
"1S",
"1.5",
"2",
"2S",
"2.5",
"3",
"3S",
"3.5",
"4",
"4S",
"4.5",
"5",
"5S"
]
},
"award:tournesol": {
"title": "Non OSM",
Expand Down

0 comments on commit 591211f

Please sign in to comment.