{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ItemIds", "type": "object", "required": [ "ids" ], "properties": { "ids": { "type": "array", "description": "List of the item id", "items": { "$ref": "#/components/schemas/ItemId" } } } }