You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A URL that points to the literal example"
4941
+
},
4942
+
"summary": {
4943
+
"type": "string",
4944
+
"description": "Short description for the example"
4945
+
},
4946
+
"value": {
4947
+
"type": "object",
4948
+
"properties": {},
4949
+
"description": "Example value. May be a primitive value, or an object."
4950
+
}
4951
+
},
4952
+
"description": "Parameter example."
4953
+
},
4916
4954
"PipelineDiagnosticSettings": {
4917
4955
"type": "object",
4918
4956
"properties": {
@@ -5184,10 +5222,6 @@
5184
5222
],
5185
5223
"description": "Collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'.."
5186
5224
},
5187
-
"sample": {
5188
-
"type": "string",
5189
-
"description": "An example of the representation."
5190
-
},
5191
5225
"schemaId": {
5192
5226
"type": "string",
5193
5227
"description": "Schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'."
0 commit comments