From 778ee9cb1b18ed5c4adac445b55e3c5315bafedc Mon Sep 17 00:00:00 2001 From: Chris Miaskowski Date: Fri, 14 Jun 2019 16:23:40 +0200 Subject: [PATCH] Update Response_Object.yaml Fix the example field name discrepancy --- data/2.0/Response_Object.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/2.0/Response_Object.yaml b/data/2.0/Response_Object.yaml index 7a636d7..e701429 100644 --- a/data/2.0/Response_Object.yaml +++ b/data/2.0/Response_Object.yaml @@ -22,6 +22,6 @@ Response Object: type: Headers Object description: A list of headers that are sent with the response. - - name: example - type: Example Object - description: An example of the response message. + name: examples + type: Examples Object + description: A dictionary of examples keyed by mime types