zeta icon indicating copy to clipboard operation
zeta copied to clipboard

Enhance error message

Open gildesmarais opened this issue 9 years ago • 0 comments

Should say "as required in your consume specification".

Violations:
{
  "users -> brewster": [
    {
      "error": "ERR_MISSING_REQUIRED",
      "message": "The published object has an optional property that you marked as required in your specification.: [\"street\",\"city\",\"state\",\"postal_code\",\"country\",\"paypal_address\"]",
      "location": "users::payment_information"
    }
  ]
}

gildesmarais avatar Jan 14 '16 11:01 gildesmarais