Skip to content

Commit

Permalink
fix: Fix indentation (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev authored Apr 13, 2023
1 parent 7515ea6 commit a3a034f
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,16 @@ definitions:
required:
- stream_descriptor
- status
properties:
stream_descriptor:
"$ref": "#/definitions/StreamDescriptor"
status:
"$ref": "#/definitions/AirbyteStreamStatus"
success:
description: "Additional flag used with the STOPPED status to indicate success or failure"
type: boolean
properties:
stream_descriptor:
description: "The stream associated with the status"
"$ref": "#/definitions/StreamDescriptor"
status:
description: "The current status of the stream"
"$ref": "#/definitions/AirbyteStreamStatus"
success:
description: "Additional flag used with the STOPPED status to indicate success or failure"
type: boolean
AirbyteControlMessage:
type: object
additionalProperties: true
Expand Down

0 comments on commit a3a034f

Please sign in to comment.