clone Schema using AnnotationUtils.clone with WA (to clone schemas wi… (#18867)

* clone Schema using AnnotationUtils.clone with WA (to clone schemas with example field set)

* changes after scripts run
This commit is contained in:
Nikita Shmakov
2024-06-06 15:55:51 +03:00
committed by GitHub
parent 6ae8a8f4c7
commit 3aba42733b
5 changed files with 50 additions and 32 deletions

View File

@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **integer** | Query | [optional]
**outcomes** | **array[character]** | | [optional] [default to ["SUCCESS","FAILURE"]] [Enum: ]
**outcomes** | **array[character]** | | [optional] [default to [SUCCESS, FAILURE]] [Enum: ]
**suffix** | **character** | test suffix | [optional]
**text** | **character** | Some text containing white spaces | [optional]
**date** | **character** | A date | [optional]