The #/components/schemas/DefaultUpdateWebhook and #/components/schemas/Item are not using the #/components/schemas/ItemId schema for their respective item_id fields. Since I'm assuming the reason ItemId has a schema at all is to be able to modify what an ItemId looks like in one place this might be worth fixing.
The
#/components/schemas/DefaultUpdateWebhookand#/components/schemas/Itemare not using the#/components/schemas/ItemIdschema for their respectiveitem_idfields. Since I'm assuming the reasonItemIdhas a schema at all is to be able to modify what anItemIdlooks like in one place this might be worth fixing.