Sprint 2 Step 7: Schema validation

This commit is contained in:
Bill
2026-02-06 19:31:38 -07:00
parent 665c96b648
commit 8ca6eccd56
24 changed files with 1932 additions and 48 deletions

View File

@@ -33,3 +33,6 @@ target_link_libraries(step5_test PRIVATE nlohmann_json::nlohmann_json)
add_executable(step6_test tests/step6_test.cpp)
target_include_directories(step6_test PRIVATE src)
target_link_libraries(step6_test PRIVATE nlohmann_json::nlohmann_json)
add_executable(step7_test tests/step7_test.cpp)
target_include_directories(step7_test PRIVATE src)