tweak API schema
This commit is contained in:
parent
3a3883f824
commit
063f4f8b49
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ class BaseSchema(Schema):
|
|||
url: str
|
||||
api_url: str
|
||||
category: ItemCategory
|
||||
primary_lookup_id_type: str
|
||||
primary_lookup_id_value: str
|
||||
primary_lookup_id_type: str | None
|
||||
primary_lookup_id_value: str | None
|
||||
external_resources: list[ExternalResourceSchema] | None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue