You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/php-nextgen/petstore-with-fake-endpoints-models-for-testing.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1660,6 +1660,8 @@ components:
1660
1660
description: A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01.
Copy file name to clipboardExpand all lines: samples/client/petstore/php-nextgen/OpenAPIClient-php/docs/Model/FormatTest.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,5 +20,6 @@ Name | Type | Description | Notes
20
20
**password** | **string** | |
21
21
**pattern_with_digits** | **string** | A string that is a 10 digit number. Can have leading zeros. | [optional]
22
22
**pattern_with_digits_and_delimiter** | **string** | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional]
23
+
**array_ref** | **string[]** | | [optional]
23
24
24
25
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
0 commit comments