Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 475 Bytes

File metadata and controls

18 lines (9 loc) · 475 Bytes

OneOfMappedPets

Properties

Name Type Description Notes
value This is a oneOf model. The value must be exactly one of the following types: Cat, Dog [optional]

The discriminator field is pet_type with the following mapping:

  • cat: Cat
  • dog: Dog

[Back to Model list] [Back to API list] [Back to README]