Skip to content

Commit

Permalink
feat: modify bundling to create refs pointing to local definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Dec 13, 2022
1 parent 288360a commit 71431be
Show file tree
Hide file tree
Showing 15 changed files with 13,507 additions and 2,207 deletions.
2 changes: 1 addition & 1 deletion definitions/2.5.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.5.0/parameter.json"
"$ref": "http://asyncapi.com/definitions/2.5.0/parameters.json"
}
},
"description": {
Expand Down
11,521 changes: 11,382 additions & 139 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"homepage": "https://github.com/asyncapi/spec-json-schemas#readme",
"devDependencies": {
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "^7.0.3",
"@semantic-release/release-notes-generator": "^9.0.1",
"conventional-changelog-conventionalcommits": "^4.2.3",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"semantic-release": "19.0.3"
},
"release": {
Expand Down Expand Up @@ -85,6 +85,7 @@
]
},
"dependencies": {
"@types/json-schema": "^7.0.11"
"@types/json-schema": "^7.0.11",
"json-schema-traverse": "^1.0.0"
}
}
Loading

0 comments on commit 71431be

Please sign in to comment.