Skip to content

Commit

Permalink
Merge branch 'master' into feature/multi-format-example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzaretti authored Feb 20, 2024
2 parents bdb9d5d + 60eb71a commit 5a4afd5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,18 @@
"contributions": [
"doc"
]
},
{
"login": "Pakisan",
"name": "Pavel Bodiachevskii",
"avatar_url": "https://avatars.githubusercontent.com/u/3388414?v=4",
"profile": "https://www.linkedin.com/in/pavel-bo/",
"contributions": [
"doc",
"bug",
"ideas",
"question"
]
}
],
"commitConvention": "none",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="11.11%"><a href="https://github.com/AceTheCreator"><img src="https://avatars.githubusercontent.com/u/40604284?v=4?s=100" width="100px;" alt="Ace "/><br /><sub><b>Ace </b></sub></a><br /><a href="#eventOrganizing-AceTheCreator" title="Event Organizing">📋</a> <a href="#ideas-AceTheCreator" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-AceTheCreator" title="Maintenance">🚧</a> <a href="#talk-AceTheCreator" title="Talks">📢</a></td>
<td align="center" valign="top" width="11.11%"><a href="https://github.com/AnimeshKumar923"><img src="https://avatars.githubusercontent.com/u/99868037?v=4?s=100" width="100px;" alt="Animesh Kumar"/><br /><sub><b>Animesh Kumar</b></sub></a><br /><a href="#content-AnimeshKumar923" title="Content">🖋</a> <a href="https://github.com/asyncapi/spec/commits?author=AnimeshKumar923" title="Documentation">📖</a> <a href="#maintenance-AnimeshKumar923" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="11.11%"><a href="https://lazzaretti.me/"><img src="https://avatars.githubusercontent.com/u/7142819?v=4?s=100" width="100px;" alt="Fabrizio Lazzaretti"/><br /><sub><b>Fabrizio Lazzaretti</b></sub></a><br /><a href="https://github.com/asyncapi/spec/commits?author=Lazzaretti" title="Documentation">📖</a></td>
<td align="center" valign="top" width="11.11%"><a href="https://www.linkedin.com/in/pavel-bo/"><img src="https://avatars.githubusercontent.com/u/3388414?v=4?s=100" width="100px;" alt="Pavel Bodiachevskii"/><br /><sub><b>Pavel Bodiachevskii</b></sub></a><br /><a href="https://github.com/asyncapi/spec/commits?author=Pakisan" title="Documentation">📖</a> <a href="https://github.com/asyncapi/spec/issues?q=author%3APakisan" title="Bug reports">🐛</a> <a href="#ideas-Pakisan" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-Pakisan" title="Answering Questions">💬</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,7 @@ The extensions properties are implemented as patterned fields that are always pr

Field Pattern | Type | Description
---|:---:|---
<a name="infoExtensions"></a>`^x-[\w\d\-\_]+$` | Any | Allows extensions to the AsyncAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. The value can be `null`, a primitive, an array or an object. Can have any valid JSON format value.
<a name="infoExtensions"></a>`^x-[\w\d\.\x2d_]+$` | Any | Allows extensions to the AsyncAPI Schema. The field name MUST begin with `x-`, for example, `x-internal-id`. The value can be `null`, a primitive, an array or an object. Can have any valid JSON format value.

The extensions may or may not be supported by the available tooling, but those may be extended as well to add requested support (if tools are internal or open-sourced).

Expand Down

0 comments on commit 5a4afd5

Please sign in to comment.