Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed May 13, 2024
1 parent dc0d01d commit a67a301
Show file tree
Hide file tree
Showing 33 changed files with 68 additions and 4,303 deletions.
2 changes: 1 addition & 1 deletion bindings/kafka/0.4.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json"
"$ref": "http://asyncapi.com/definitions/avroSchema_v1.json"
}
],
"description": "The message key."
Expand Down
2 changes: 1 addition & 1 deletion common/avroSchema_v1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/avroSchema_v1.json",
"$id": "http://asyncapi.com/definitions/avroSchema_v1.json",
"definitions": {
"avroSchema": {
"title": "Avro Schema",
Expand Down
2 changes: 1 addition & 1 deletion common/openapiSchema_3_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/openapiSchema_3_0.json",
"$id": "http://asyncapi.com/definitions/openapiSchema_3_0.json",
"type": "object",
"definitions": {
"ExternalDocumentation": {
Expand Down
317 changes: 0 additions & 317 deletions definitions/2.0.0/avroSchema_v1.json

This file was deleted.

4 changes: 2 additions & 2 deletions definitions/2.0.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"then": {
"properties": {
"payload": {
"$ref": "http://asyncapi.com/definitions/2.0.0/openapiSchema_3_0.json"
"$ref": "http://asyncapi.com/definitions/openapiSchema_3_0.json"
}
}
}
Expand All @@ -223,7 +223,7 @@
"then": {
"properties": {
"payload": {
"$ref": "http://asyncapi.com/definitions/2.0.0/avroSchema_v1.json"
"$ref": "http://asyncapi.com/definitions/avroSchema_v1.json"
}
}
}
Expand Down
Loading

0 comments on commit a67a301

Please sign in to comment.