mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51:00 +00:00
More permissive nodeinfo schema
This commit is contained in:
parent
936bb81b45
commit
2da399db42
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class NodeInfo(BaseModel):
|
|||
open_registrations: bool = Field(alias="openRegistrations")
|
||||
usage: NodeInfoUsage
|
||||
|
||||
metadata: dict[str, Any]
|
||||
metadata: dict[str, Any] | None
|
||||
|
||||
class Config:
|
||||
extra = "ignore"
|
||||
|
|
Loading…
Reference in a new issue