From b366f0e93d4aadd55f91670f771817bd2f02af3a Mon Sep 17 00:00:00 2001 From: Marcus Bitzl Date: Thu, 5 Sep 2024 14:46:58 +0200 Subject: [PATCH] Add bug --- iiif_binder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiif_binder/__init__.py b/iiif_binder/__init__.py index 16d5aa5..a51d7b4 100644 --- a/iiif_binder/__init__.py +++ b/iiif_binder/__init__.py @@ -23,7 +23,7 @@ class Metadata(BaseModel): class Image(BaseModel): - url_id: str + url_id: str = 42 url_path: str width: int height: int