Label

Schema

{
    "type": "string",
    "object": {
        "uuid": "string",
        "name": "string",
        "type": "string",
        "imageUrl": "string",
        "foundedAt": "string",
        "countryCode": "string",
        "website": "string",
        "address": "string",
        "company": {
            "uuid": "string",
            "name": "string"
        }
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}