Loading
fix(003_06,003_08): batch @context/Content-Type mismatch is a request-level 400
A Create Batch where the Content-Type conflicts with an entity's @context (application/json + an entity carrying @context; or application/ld+json + an entity missing @context) is rejected at the request level with 400 BadRequestData — per TS 104-175 the whole request fails if any entity in the array violates the constraint — not a per-entity error inside a 207. Assert 400 + a flat ProblemDetails instead of 207 + errors[0].error.