Follow-up to #3191.
The Model Target Web API mock currently validates only the JSON content type, parseability, required top-level fields, and model counts for standard and advanced datasets. Add verified fake tests against real Vuforia for invalid dataset creation payloads, then make the mock match the observed validation behavior where practical.
Acceptance criteria:
- Verified fake tests cover representative invalid standard and advanced dataset creation bodies.
- The mock matches Vuforia status codes, error body shape, and error targets for those cases.
- Any validation that remains intentionally out of scope is documented.
Follow-up to #3191.
The Model Target Web API mock currently validates only the JSON content type, parseability, required top-level fields, and model counts for standard and advanced datasets. Add verified fake tests against real Vuforia for invalid dataset creation payloads, then make the mock match the observed validation behavior where practical.
Acceptance criteria: