Skip to content

Commit e52227b

Browse files
mahakjain314Sushil Upadhyay
authored andcommitted
Fixed Lint errors for type object failure
1 parent 3120db7 commit e52227b

File tree

1 file changed

+3
-0
lines changed
  • specification/automation/resource-manager/Microsoft.Automation/stable/2023-11-01

1 file changed

+3
-0
lines changed

specification/automation/resource-manager/Microsoft.Automation/stable/2023-11-01/job.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@
614614
},
615615
"definitions": {
616616
"JobStream": {
617+
"type": "object",
617618
"properties": {
618619
"id": {
619620
"type": "string",
@@ -628,6 +629,7 @@
628629
"description": "Definition of the job stream."
629630
},
630631
"JobStreamProperties": {
632+
"type": "object",
631633
"properties": {
632634
"jobStreamId": {
633635
"type": "string",
@@ -676,6 +678,7 @@
676678
"description": "Definition of the job stream."
677679
},
678680
"JobStreamListResult": {
681+
"type": "object",
679682
"properties": {
680683
"value": {
681684
"type": "array",

0 commit comments

Comments
 (0)