Christopher Cudennec

Results 2 issues of Christopher Cudennec

**Describe the feature request** I'm trying to render my asyncapi.yaml in https://studio.asyncapi.com/ but that tool seems to have problems if the values in the YAML are not quoted. As an...

enhancement

#### Describe the bug My schema contains a string property with format "date": ``` - type: "object" properties: appointmentDate: type: "string" format: "date" ``` The file also contains an example...

bug