Skip to content

Commit 3071c35

Browse files
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 validation
1 parent 7513452 commit 3071c35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@
6060
},
6161
"additionalProperties": true
6262
}
63-

0 commit comments

Comments
 (0)