+ docs: '#### [Example Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#example-object#example-object)\n\nAllows sharing examples for operation responses.\n\n##### Patterned Fields\nField Pattern | Type | Description\n---|:---:|---\n{[mime type](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#example-object#mimeTypes)} | Any | The name of the property MUST be one of the Operation `produces` values (either implicit or inherited). The value SHOULD be an example of what such a response would look like.\n\n##### Example Object Example\n\nExample response for application/json mimetype of a Pet data type:\n\n```js\n{\n "application/json": {\n "name": "Puma",\n "type": "Dog",\n "color": "Black",\n "gender": "Female",\n "breed": "Mixed"\n }\n}\n```\n\n\n\\\nYAML\n```yaml\napplication/json:\n name: Puma\n type: Dog\n color: Black\n gender: Female\n breed: Mixed\n```',
0 commit comments