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"] } } }