updatd version/schema information

This commit is contained in:
cody conder
2025-11-27 18:53:21 -06:00
parent 1277d6689c
commit 41373f618b
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
{ {
"$schema": "../app-info-schema.json",
"name": "OpenAudible", "name": "OpenAudible",
"port": 3000, "port": 3000,
"available": true, "available": true,

View File

@@ -1,4 +1,5 @@
{ {
"schemaVersion":2,
"services": [ "services": [
{ {
"name": "openaudible", "name": "openaudible",
@@ -13,6 +14,5 @@
} }
] ]
} }
], ]
"$schema": "https://schemas.runtipi.io/dynamic-compose.json"
} }