File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,12 @@ A bidirectional Python code generator that converts between AsyncAPI 3.0 specifi
2020pip install zen-generator
2121```
2222> [ !IMPORTANT]
23- >
24- > Currently, only model and function definitions in the ` components ` block of the AsyncAPI file are supported.
23+ > Currently, only model and function definitions in the ` components ` block of the AsyncAPI file are supported.
2524> Inline definitions are not supported.
2625
27-
28- > [ !NOTE]
29- >
30- This code snippet includes a custom definition for > declaring required parameters in model/function > definitions.
31- Specifically, the ` required ` keyword is used to specify mandatory fields, as shown below:
26+ > [ !NOTE]
27+ > This code snippet includes a custom definition for > declaring required parameters in model/function > definitions.
28+ > Specifically, the ` required ` keyword is used to specify mandatory fields, as shown below:
3229
3330``` yaml
3431required :
You can’t perform that action at this time.
0 commit comments