FHIR Validator throws below error I am unable to find the root cause for this

FHIR Validator throws below error I am unable to find the root cause for this. Can you please help me. Error @ ExplanationOfBenefit.item[0].adjudication[1] (line 436, col18) : adjudication-has-amount-type-slice: ‘If Adjudication is present, it must have at least one adjudicationamounttype slice’ failed
But json having adjudication-has-amount-type-slice. (ExplanationOfBenefit.item[0].adjudication)
IG: HL7.FHIR.US.CARIN-BB\C4BB ExplanationOfBenefit Inpatient Institutional - FHIR v4.0.1
In CMD command : java -jar validator_cli.jar <>\test.json -ig HL7.FHIR.US.CARIN-BB\Home - FHIR v4.0.1

where’s the test example?