Skip to content

Commit 7aefe11

Browse files
Update schemaregistry.json (#16674)
* Update schemaregistry.json * Update specification/schemaregistry/data-plane/Microsoft.EventHub/stable/2021-10/schemaregistry.json * Update schemaregistry.json * Update schemaregistry.json * Update schemaregistry.json
1 parent 57c702b commit 7aefe11

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

specification/schemaregistry/data-plane/Microsoft.EventHub/stable/2021-10/schemaregistry.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"operationId": "Schema_GetById",
8282
"produces": [
83-
"application/json; serialization=avro"
83+
"application/json; serialization=Avro"
8484
],
8585
"parameters": [
8686
{
@@ -128,8 +128,8 @@
128128
}
129129
},
130130
"schema": {
131-
"description": "String representation (UTF-8) of the registered schema.",
132-
"type": "string"
131+
"description": "Binary representation of the registered schema.",
132+
"type": "file"
133133
}
134134
},
135135
"default": {
@@ -214,7 +214,7 @@
214214
},
215215
"operationId": "Schema_QueryIdByContent",
216216
"consumes": [
217-
"application/json; serialization=avro"
217+
"application/json; serialization=Avro"
218218
],
219219
"produces": [
220220
"application/json"
@@ -242,7 +242,8 @@
242242
"description": "String representation (UTF-8) of the registered schema.",
243243
"required": true,
244244
"schema": {
245-
"type": "string"
245+
"type": "string",
246+
"format": "binary"
246247
}
247248
},
248249
{
@@ -308,7 +309,7 @@
308309
},
309310
"operationId": "Schema_Register",
310311
"consumes": [
311-
"application/json; serialization=avro"
312+
"application/json; serialization=Avro"
312313
],
313314
"produces": [
314315
"application/json"
@@ -336,7 +337,8 @@
336337
"description": "String representation (UTF-8) of the schema being registered.",
337338
"required": true,
338339
"schema": {
339-
"type": "string"
340+
"type": "string",
341+
"format": "binary"
340342
}
341343
},
342344
{

0 commit comments

Comments
 (0)