Structural error at components.schemas.CreateSubSessionBody.properties.type
should NOT have additional properties
additionalProperty: const
Structural error at components.schemas.CreateSubSessionBody.properties.registeredAddress.anyOf.1.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Structural error at components.schemas.CreateSubSessionBody.properties.gender.anyOf.1.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Structural error at components.schemas.CreateSubSessionBody.properties.nationality.anyOf.1.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Description
Given the following interface:
This is the OpenAPI component that is being generated:
Which produces validation errors when rendered:
Expectation
The schema should not produce validation errors