From d986577916564f5b355fe8387c73ed007f0ea571 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 10 Feb 2020 17:51:00 -0800 Subject: [PATCH] Fix formatting errors in example --- versions/3.0.3.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/versions/3.0.3.md b/versions/3.0.3.md index bac64c2461..6089f1d95d 100644 --- a/versions/3.0.3.md +++ b/versions/3.0.3.md @@ -883,17 +883,17 @@ This object MAY be extended with [Specification Extensions](#specificationExtens "application/x-www-form-urlencoded": { "schema": { "type": "object", - "properties": { - "name": { - "description": "Updated name of the pet", - "type": "string" - }, - "status": { - "description": "Updated status of the pet", - "type": "string" - } - }, - "required": ["status"] + "properties": { + "name": { + "description": "Updated name of the pet", + "type": "string" + }, + "status": { + "description": "Updated status of the pet", + "type": "string" + } + }, + "required": ["status"] } } }