short_name in TrackablePositionSchema
This commit is contained in:
parent
bbb0e9279b
commit
3d65d51ca4
1 changed files with 3 additions and 0 deletions
|
@ -625,6 +625,9 @@ class TrackablePositionSchema(BaseSchema):
|
||||||
"preferred language based on the Accept-Language header.",
|
"preferred language based on the Accept-Language header.",
|
||||||
example="Near Bällebad"
|
example="Near Bällebad"
|
||||||
)
|
)
|
||||||
|
short_name: NonEmptyStr = APIField(
|
||||||
|
description="short name for icons",
|
||||||
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_overrides(cls, value) -> dict:
|
def get_overrides(cls, value) -> dict:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue