Skip to content

Commit

Permalink
Airbyte Protocol v1 (#19846)
Browse files Browse the repository at this point in the history
* Fix versioning of protocol

* Update protocol changelog

* Update protocol $id

* Fix PR reference in the changelog
  • Loading branch information
gosusnp authored Nov 30, 2022
1 parent 3f8ba45 commit 5a2642a
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
"$schema": http://json-schema.org/draft-07/schema#
"$id": https://github.com/airbytehq/airbyte/blob/master/airbyte-protocol/models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml
"$id": https://github.com/airbytehq/airbyte/blob/master/airbyte-protocol/models/src/main/resources/airbyte_protocol/v1/airbyte_protocol.yaml
title: AirbyteProtocol
type: object
description: AirbyteProtocol structs
version: 0.3.2
version: 1.0.0
properties:
airbyte_message:
"$ref": "#/definitions/AirbyteMessage"
Expand Down

This file was deleted.

Loading

0 comments on commit 5a2642a

Please sign in to comment.