Skip to content
Merged
Changes from 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@
},
"default": {
"description": "An error response received from the Azure Schema Registry service.",
"headers": {
"x-ms-error-code": {
"type": "string",
"description": "Error code for specific error that occurred."
}
},
"schema": {
"$ref": "#/definitions/Error"
}
Expand Down Expand Up @@ -134,12 +128,6 @@
},
"default": {
"description": "An error response received from the Azure Schema Registry service.",
"headers": {
"x-ms-error-code": {
"type": "string",
"description": "Error code for specific error that occurred."
}
},
"schema": {
"$ref": "#/definitions/Error"
}
Expand Down Expand Up @@ -190,12 +178,6 @@
},
"default": {
"description": "An error response received from the Azure Schema Registry service.",
"headers": {
"x-ms-error-code": {
"type": "string",
"description": "Error code for specific error that occurred."
}
},
"schema": {
"$ref": "#/definitions/Error"
}
Expand Down Expand Up @@ -281,16 +263,14 @@
}
},
"415": {
"description": "Unsupported Media Type - Content type of the supplied schema is unsupported by schema group."
"description": "Unsupported Media Type - Content type of the supplied schema is unsupported by schema group.",
"schema": {
"$ref": "#/definitions/Error"
},
"x-ms-error-response": true
},
"default": {
"description": "An error response received from the Azure Schema Registry service.",
"headers": {
"x-ms-error-code": {
"type": "string",
"description": "Error code for specific error that occurred."
}
},
"schema": {
"$ref": "#/definitions/Error"
}
Expand Down Expand Up @@ -376,16 +356,14 @@
}
},
"415": {
"description": "Unsupported Media Type - Content type of the supplied schema is unsupported by schema group."
"description": "Unsupported Media Type - Content type of the supplied schema is unsupported by schema group.",
"schema": {
"$ref": "#/definitions/Error"
},
"x-ms-error-response": true
},
"default": {
"description": "An error response received from the Azure Schema Registry service.",
"headers": {
"x-ms-error-code": {
"type": "string",
"description": "Error code for specific error that occurred."
}
},
"schema": {
"$ref": "#/definitions/Error"
}
Expand Down