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:
William Cheng
2024-01-18 09:05:35 +08:00
committed by GitHub
parent eab34c9b3f
commit d810d7c534
69 changed files with 8498 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# openapi::DefaultValue
to test the default value of properties
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_string_enum_ref_default** | [**array[StringEnumRef]**](StringEnumRef.md) | | [optional] [default to ["success","failure"]]
**array_string_enum_default** | **array[character]** | | [optional] [default to ["success","failure"]] [Enum: ]
**array_string_default** | **array[character]** | | [optional] [default to ["failure","skipped"]]
**array_integer_default** | **array[integer]** | | [optional] [default to [1,3]]
**array_string** | **array[character]** | | [optional]
**array_string_nullable** | **array[character]** | | [optional]
**array_string_extension_nullable** | **array[character]** | | [optional]
**string_nullable** | **character** | | [optional]