Commit 3071c35
committed
refactor: move webapp schema to src/schemas
W-20274055
Move webapp-manifest.json from schemas/ to src/schemas/ because:
- It validates user INPUT (webapp.json files), not command OUTPUT
- Avoids CI/CD schema checker treating it as command output schema
- Proper separation of concerns (internal validation vs command output)
- Will be used by ManifestWatcher in Task 5 for user config validation1 parent 7513452 commit 3071c35
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
0 commit comments