File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
specification/schemaregistry/data-plane/Microsoft.EventHub/stable/2021-10 Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 8080 },
8181 "operationId" : " Schema_GetById" ,
8282 "produces" : [
83- " application/json; serialization=avro "
83+ " application/json; serialization=Avro "
8484 ],
8585 "parameters" : [
8686 {
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" : {
214214 },
215215 "operationId" : " Schema_QueryIdByContent" ,
216216 "consumes" : [
217- " application/json; serialization=avro "
217+ " application/json; serialization=Avro "
218218 ],
219219 "produces" : [
220220 " application/json"
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 {
308309 },
309310 "operationId" : " Schema_Register" ,
310311 "consumes" : [
311- " application/json; serialization=avro "
312+ " application/json; serialization=Avro "
312313 ],
313314 "produces" : [
314315 " application/json"
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 {
You can’t perform that action at this time.
0 commit comments