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": {