Skip to content

Commit

Permalink
add type error
Browse files Browse the repository at this point in the history
  • Loading branch information
david-msft committed Dec 18, 2020
1 parent 54d5589 commit 5cbc8a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@
"type": "object",
"properties": {
"error": {
"type": "object",
"description": "The error object",
"properties": {
"code": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@
"type": "object",
"properties": {
"error": {
"type": "object",
"description": "The error object",
"properties": {
"code": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,7 @@
"type": "object",
"properties": {
"error": {
"type": "object",
"description": "The error object",
"properties": {
"code": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@
"type": "object",
"properties": {
"error": {
"type": "object",
"description": "The error object",
"properties": {
"code": {
Expand Down

0 comments on commit 5cbc8a4

Please sign in to comment.