mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 05:02:46 +00:00
R echo client tests (#17629)
* add r echo api client sample * add r workflow * fix * add env * set r version * install curl * install dep * fix * comment out installation
This commit is contained in:
11
samples/client/echo_api/r/docs/NumberPropertiesOnly.md
Normal file
11
samples/client/echo_api/r/docs/NumberPropertiesOnly.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# openapi::NumberPropertiesOnly
|
||||
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**number** | **numeric** | | [optional]
|
||||
**float** | **numeric** | | [optional]
|
||||
**double** | **numeric** | | [optional] [Max: 50.2] [Min: 0.8]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user