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