allOf with Incompatible Types
GET/allof-incompatible-types
Schema with a property whose allOf contains incompatible primitive types (string and integer).
Schema:
type: object
properties:
numero:
allOf:
- type: string
- type: integer
name:
type: string
Responses
- 200
Successful response