Skip to content

Commit

Permalink
Helper: add support for extra json urls on metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and joaoantoniocardoso committed Dec 13, 2024
1 parent b98cd01 commit 5721587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/helper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class ServiceMetadata(BaseModel):
api: str
sanitized_name: Optional[str]
works_in_relative_paths: Optional[bool]
extras: Optional[Dict[str, str]]


class ServiceInfo(BaseModel):
Expand Down

0 comments on commit 5721587

Please sign in to comment.