-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UDT schema #1404
base: edge
Are you sure you want to change the base?
UDT schema #1404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some suggestions.
|
||
#### Examples | ||
|
||
##### primitive type property |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what this is. May be some details would be helpful
| **type**| type of the value of property. This can be any primitive type defined in [Open API v3 data types](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#data-types) OR an array OR a map | [examples](#examples) | | ||
|
||
|
||
#### Examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we trying to tell what we support from the openAPI format ?
❌ Spellcheck FailedThere are spelling errors in your PR. Visit the workflow output to see what words are failing. Adding new wordsIf you are adding a new custom word refer to the docs guide |
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
[X ] Read the contribution guide
[ X] Commands include options for Linux, MacOS, and Windows within codetabs
[ X] New file and folder names are globally unique
[ X] Page references use shortcodes instead of markdown or URL links
[ X] Images use HTML style and have alternative text
[X ] Places where multiple code/command options are given have codetabs
In addition, please fill out the following to help reviewers understand this pull request:
Description
Adding a page detailing UDT schema. Restructuring the layout to accomodate this page.