We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a3ae4 commit 122ffe1Copy full SHA for 122ffe1
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/parser/javadoc.adoc
@@ -29,10 +29,10 @@ list of OpenAPI *documentation* properties. Checked items are supported/used to
29
** `content: [string -> MediaType]`
30
31
* `Schema`:
32
-** [ ] `description: string` (common mark)
+** [x] `description: string` (common mark)
33
** [ ] `externalDocs: ExternalDoc`
34
** [ ] `example: any`
35
-** [ ] `properties: [string -> Schema]`
+** [x] `properties: [string -> Schema]`
36
37
* `MediaType`:
38
** [ ] `example: any` (mutually exclusive with examples)
0 commit comments