Skip to content

Commit

Permalink
chore(release): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Jun 17, 2021
1 parent 60fcc07 commit f98e456
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,21 @@
</dd>
</dl>

## Members

<dl>
<dt><a href="#DefaultPropertyNames">DefaultPropertyNames</a></dt>
<dd><p>Default property names for different aspects of the common model</p>
</dd>
</dl>

## Functions

<dl>
<dt><a href="#getUniquePropertyName">getUniquePropertyName(rootModel, propertyName)</a></dt>
<dd><p>Recursively find the proper property name for additionalProperties</p>
<p>This function ensures that the property name for additionalProperties is unique</p>
</dd>
<dt><a href="#interpretAdditionalProperties">interpretAdditionalProperties(schema, model, interpreter, interpreterOptions)</a></dt>
<dd><p>Interpreter function for JSON Schema draft 7 additionalProperties keyword.</p>
</dd>
Expand Down Expand Up @@ -701,6 +713,26 @@ Sets the logger to use for the model generation library
| --- | --- |
| logger | to add |

<a name="DefaultPropertyNames"></a>

## DefaultPropertyNames
Default property names for different aspects of the common model

**Kind**: global variable
<a name="getUniquePropertyName"></a>

## getUniquePropertyName(rootModel, propertyName)
Recursively find the proper property name for additionalProperties

This function ensures that the property name for additionalProperties is unique

**Kind**: global function

| Param |
| --- |
| rootModel |
| propertyName |

<a name="interpretAdditionalProperties"></a>

## interpretAdditionalProperties(schema, model, interpreter, interpreterOptions)
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.10.1",
"version": "0.11.0",
"description": "The Model SDK for generating data models",
"license": "Apache-2.0",
"homepage": "https://github.com/asyncapi/modelina",
Expand Down

0 comments on commit f98e456

Please sign in to comment.