Skip to content

Commit

Permalink
fix headers schema issue (#28210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruowan authored and vxfield committed Mar 28, 2024
1 parent b449612 commit 83b6113
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7167,7 +7167,7 @@
"type": "object",
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string).",
"additionalProperties": {
"type": "string",
"type": "object",
"x-ms-format": "dfe-string"
}
},
Expand Down Expand Up @@ -8208,7 +8208,7 @@
"type": "object",
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string).",
"additionalProperties": {
"type": "string",
"type": "object",
"x-ms-format": "dfe-string"
}
},
Expand Down Expand Up @@ -8277,7 +8277,7 @@
"type": "object",
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string).",
"additionalProperties": {
"type": "string",
"type": "object",
"x-ms-format": "dfe-string"
}
},
Expand Down

0 comments on commit 83b6113

Please sign in to comment.