Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 468 Bytes

File metadata and controls

19 lines (9 loc) · 468 Bytes

AnyOfMappedPets

Properties

Name Type Description Notes
value This is a anyOf model. The value must be any 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]