diff --git a/jsoncstyleguide.xml b/jsoncstyleguide.xml index 3a2ac25..06fa813 100644 --- a/jsoncstyleguide.xml +++ b/jsoncstyleguide.xml @@ -521,11 +521,13 @@ Property Value Type: object
Parent: - "error": { "code": 404, "message": "File Not Found", - "errors": [{ - "domain": "Calendar", - "reason": "ResourceNotFoundException", - "message": "File Not Found - }] + "errors": [ + { + "domain": "Calendar", + "reason": "ResourceNotFoundException", + "message": "File Not Found" + } + ] } }