asyncapi-react: Support missing fields/objects from spec 2.0.0
Description
At the moment we support a main part of spec in rendering, but there are also parts that we don’t, like bindings
, properties
from schema
(min, max, type etc) - https://github.com/asyncapi/asyncapi/blob/master/versions/next/asyncapi.md#properties, externalDocs, tags, correlationID etc.
AC:
- support all missing fields/objects in rendering. With any question about design/styling, please contact with @fmvilas or our designers.
List:
-
properties
fromschema
(min, max, type etc), - https://github.com/asyncapi/asyncapi-react/commit/6e2eeeea3b4431b7e6bec9abd7425d0c6c26a5eb, - bindings - https://github.com/asyncapi/asyncapi-react/pull/259
- externalDocs - https://github.com/asyncapi/asyncapi-react/pull/327
- tags - https://github.com/asyncapi/asyncapi-react/pull/327
- correlationID - https://github.com/asyncapi/asyncapi-react/pull/327
Updated list (4 May 2021):
- dependencies in JSON Schema visualiser - https://github.com/asyncapi/asyncapi-react/pull/334
- true/false JSON Schemas - https://github.com/asyncapi/asyncapi-react/pull/367
- id https://github.com/asyncapi/asyncapi-react/pull/345
- operationId https://github.com/asyncapi/asyncapi-react/pull/345
- externalDocs in operation https://github.com/asyncapi/asyncapi-react/pull/345
- discriminator in AsyncAPI JSON Schema - it will be handled in https://github.com/asyncapi/html-template/issues/68
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (10 by maintainers)
awesome, we need to add correlationID and also update the readme then
FYI, protocolInfo = bindings. Bindings is the new name.