{
  "errors": [
    {
      "status": "422",
      "title": "Validation Error",
      "code": "ValidationError",
      "detail": "data.data.attributes.accountId should match pattern \"^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$\"",
      "meta": {
        "validation": [
          {
            "keyword": "pattern",
            "dataPath": ".data.attributes.accountId",
            "schemaPath": "https://schema.temando.io/generic-schema/v0/uuid#/pattern",
            "params": {
              "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
            },
            "message": "should match pattern \"^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$\""
          }
        ]
      }
    }
  ]
}
