forked from loafle/openapi-generator-original
update
This commit is contained in:
parent
01584fed76
commit
b2e51982c0
@ -846,15 +846,15 @@ public class ModelUtils {
|
|||||||
* description: This is a free-form object.
|
* description: This is a free-form object.
|
||||||
* The value must be a map of strings to values. The value cannot be 'null'.
|
* The value must be a map of strings to values. The value cannot be 'null'.
|
||||||
* It cannot be array, string, integer, number.
|
* It cannot be array, string, integer, number.
|
||||||
* arbitraryNullableObject:
|
* arbitraryNullableObject:
|
||||||
* type: object
|
* type: object
|
||||||
* description: This is a free-form object.
|
* description: This is a free-form object.
|
||||||
* The value must be a map of strings to values. The value can be 'null',
|
* The value must be a map of strings to values. The value can be 'null',
|
||||||
* It cannot be array, string, integer, number.
|
* It cannot be array, string, integer, number.
|
||||||
* nullable: true
|
* nullable: true
|
||||||
* arbitraryTypeValue:
|
* arbitraryTypeValue:
|
||||||
* description: This is NOT a free-form object.
|
* description: This is NOT a free-form object.
|
||||||
* The value can be any type except the 'null' value.
|
* The value can be any type except the 'null' value.
|
||||||
*
|
*
|
||||||
* @param schema potentially containing a '$ref'
|
* @param schema potentially containing a '$ref'
|
||||||
* @param openAPI document containing the Schema.
|
* @param openAPI document containing the Schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user