{ "type": "object", "name": "UpdateaBatchofFavoritesRequest", "properties": { "favorites": { "type": "array", "description": "", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "id", "name" ] } } }, "required": [ "favorites" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }