Move JSON Schema logic to Declaform instead of making another component.

This commit is contained in:
Austin Smith
2025-11-18 09:25:35 -05:00
parent 0d4adef274
commit c8d52f15cc
6 changed files with 137 additions and 136 deletions

View File

@@ -10,5 +10,9 @@
"test": "npx jest"
},
"author": "Austin Smith",
"license": "ISC"
"license": "ISC",
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1"
}
}