diff --git a/schema/example-schema.json b/schema/example-schema.json index 17c83b9429..5d5ed10975 100644 --- a/schema/example-schema.json +++ b/schema/example-schema.json @@ -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" },