Skip to content

Commit

Permalink
Fix app.json failures
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader committed Feb 11, 2022
1 parent 5458d18 commit 4e07e78
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ ij_javascript_spaces_within_imports = true

[{*.yaml,*.yml}]
indent_size = 2

[*.json]
indent_size = 2
18 changes: 13 additions & 5 deletions server/data/apps-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"node hosting",
"podcast player",
"video",
"sn-network",
"other"
]
}
Expand All @@ -54,16 +55,21 @@
"type": "string",
"enum": [
"Web",
"Mobile",
"iOS",
"Android",
"macOS",
"Windows",
"Linux",
"BSD",
"KaiOS",
"Chrome",
"Wordpress",
"N/A",
"AmigaOS 4"
"AmigaOS 4",
"Sailfish OS",
"Umbrel",
"Citadel"
]
}
},
Expand Down Expand Up @@ -101,7 +107,10 @@
"Boostagrams",
"Sat Streaming",
"Video",
"Synchronize"
"Synchronize",
"Podping",
"Alternate Enclosure",
"Trailer"
]
},
"elementURL": {
Expand All @@ -110,9 +119,8 @@
}
},
"required": [
"elementName",
"elementURL"
"elementName"
]
}
}
}
}

0 comments on commit 4e07e78

Please sign in to comment.