app-repo: archive
diff --git a/apps/app-repository/apps-unarchived/soft-serve-0.0.1/schema.json b/apps/app-repository/apps-unarchived/soft-serve-0.0.1/schema.json
new file mode 100644
index 0000000..8142797
--- /dev/null
+++ b/apps/app-repository/apps-unarchived/soft-serve-0.0.1/schema.json
@@ -0,0 +1,10 @@
+{
+ "type": "object",
+ "properties": {
+ "Network": { "type": "string", "default": "Public", "role": "network" },
+ "Subdomain": { "type": "string", "default": "softserve" },
+ "AdminKey": { "type": "string" },
+ "SourcePort": { "type": "string", "default": "0" }
+ },
+ "additionalProperties": false
+}