Skip to content

Commit

Permalink
fix app schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Oct 2, 2024
1 parent 6642467 commit 597020c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions api/schemas/app.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@
}
},
"manifest": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "./manifest.schema.json"
}
]
"type": "string",
"default": "manifest.json"
},
"crons": {
"type": "array",
Expand Down

0 comments on commit 597020c

Please sign in to comment.