Skip to content

Commit

Permalink
chore(release): v3.0.0-next.9 (#1734)
Browse files Browse the repository at this point in the history
Co-authored-by: asyncapi-bot <[email protected]>
  • Loading branch information
asyncapi-bot and asyncapi-bot authored Jan 10, 2024
1 parent d8f1600 commit 651eaeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/modelina",
"version": "3.0.0-next.8",
"version": "3.0.0-next.9",
"description": "Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents",
"license": "Apache-2.0",
"homepage": "https://www.modelina.org",
Expand Down
8 changes: 3 additions & 5 deletions test/generators/typescript/preset/MarshallingPreset.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ const doc = {
},
$id: 'Test',
type: 'object',
additionalProperties: {
oneOf: [
{$ref: '#/definitions/NestedTest'},
{type: 'string'}
] },
additionalProperties: {
oneOf: [{ $ref: '#/definitions/NestedTest' }, { type: 'string' }]
},
required: ['string prop'],
properties: {
'string prop': { type: 'string' },
Expand Down

0 comments on commit 651eaeb

Please sign in to comment.