chore: fix problem inside documentation

This commit is contained in:
Alex Varchuk 2025-01-21 12:27:39 +01:00
parent abfb3244ab
commit 0f1a0eb6aa
No known key found for this signature in database
GPG Key ID: 8A9260AE529FF454
2 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ The enum (short for "enumeration") fields in OpenAPI allow you to restrict the v
Add x-enumDescriptions to your OpenAPI description to show a helpful table of enum options and an explanation of what each one means. This field supports Markdown. Add x-enumDescriptions to your OpenAPI description to show a helpful table of enum options and an explanation of what each one means. This field supports Markdown.
#### x-explicitMappingOnly example #### x-enumDescriptions example
The following example shows a schema with two short-named options, and the x-enumDescriptions entry to list all enum entries and give additional context for each: The following example shows a schema with two short-named options, and the x-enumDescriptions entry to list all enum entries and give additional context for each:
```yaml ```yaml