VcInfoDrResponseEntity

VcInfoDrResponseEntity
VcInfoDrResponseEntity

Structure containing VC information

AllOf
This class requires all of the following:
JSON Example
{
    "url": "string",
    "service_id": "string",
    "node_id": "string",
    "product_version": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}