diff --git a/internal/jsonschema/schema.go b/internal/jsonschema/schema.go index a42f1c5da..75577c77f 100644 --- a/internal/jsonschema/schema.go +++ b/internal/jsonschema/schema.go @@ -202,7 +202,8 @@ func createDummyVC(cSubject map[string]interface{}, schemaType string, schemaCon "type": "JsonSchemaValidator2018", }, "credentialStatus": map[string]interface{}{ - "id": "testStatus", + "id": "testStatus", + "type": "someType", }, "credentialSubject": cSubject, "id": "https://someURL/someschemaContext.jsonld",