Commit 42ad537
committed
refactor: Move schema constants to module level
- Move REGDEF_V1_SCHEMA and REGDEF_V2_SCHEMA to module-level constants
- Add APPDEF_SCHEMA constant for consistency
- Matches existing pattern for schema constants (lines 18-21)
This ensures consistent code style throughout the file.1 parent 6fb64be commit 42ad537
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
278 | | - | |
| 281 | + | |
279 | 282 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
0 commit comments