Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions schema/example-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"description": "Describes the format of an example defined using the x-ms-examples extension.",
"additionalProperties": false,
"properties": {
"operationId": {
"description": "The operationId in the swagger specification for which the example is being provided.",
"type": "string"
},
"title": {
"description": "The title in the swagger spec that uniquely identifies the swagger spec.",
"type": "string"
},
"parameters": {
"$ref": "#/xmsParametersExample"
},
Expand Down