From 6fdff4437c87d87e524feb84137b3daa998623a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 14 May 2023 23:42:25 +0200 Subject: [PATCH] docs: remove test output from petstore.json #523 --- .../content/shortcodes/openapi/petstore.json | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/exampleSite/content/shortcodes/openapi/petstore.json b/exampleSite/content/shortcodes/openapi/petstore.json index 6adc57c81a..e0e4e1638d 100644 --- a/exampleSite/content/shortcodes/openapi/petstore.json +++ b/exampleSite/content/shortcodes/openapi/petstore.json @@ -1165,39 +1165,6 @@ }, "message": { "type": "string" - }, - "category": { - "$ref": "#/components/schemas/Category" - }, - "photoUrls": { - "type": "array", - "xml": { - "wrapped": true - }, - "items": { - "type": "string", - "xml": { - "name": "photoUrl" - } - } - }, - "tags": { - "type": "array", - "xml": { - "wrapped": true - }, - "items": { - "$ref": "#/components/schemas/Tag" - } - }, - "status": { - "type": "string", - "description": "pet status in the store", - "enum": [ - "available", - "pending", - "sold" - ] } }, "xml": {