EDIT: Bug is fixed
I created a fresh new project and noticed that the schema parser is broken.
(Only for new projects)
Example data:
https://jsonplaceholder.typicode.com/comments
New Project:
The Data is fine
The build service receives the data (have checked the network tab) but the schema is not parsing.
On the other side if I execute the exact same command on an older project the schema is been parsed.
I tried it with a different new project as well (same result).
I suspect an update broke the schema for new project and the test department has not caught the bug due to older projects.