Polymorphisme
{
"objects": [
{
"id": "1",
"author": {"id": "3"},
"price": {"amount": 10, "currency": "EUR"},
"type": "book",
},
{
"duration": 5400,
"id": "2",
"price": {"amount": 6, "currency": "USD"},
"type": "movie"
}
]
}Inheritance and Polymorphism with Swagger
Mis à jour