Skip to content
Snippets Groups Projects
Commit b4e91ac9 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

#11: again (still investigating why CI does not run on Gitlab server)

parent 985793f2
No related branches found
No related tags found
No related merge requests found
Pipeline #59788 failed
...@@ -429,7 +429,7 @@ class StationmetaGlobalServiceBase(BaseModel): ...@@ -429,7 +429,7 @@ class StationmetaGlobalServiceBase(BaseModel):
result_type: int = Field(..., description="Result type") result_type: int = Field(..., description="Result type")
result_nvalues: int = Field(..., description="Expected number of return values (1-16)") result_nvalues: int = Field(..., description="Expected number of return values (1-16)")
service_valid_year: int = Field(..., description="Year for which metadata are returned from this service URL or null if undefined") service_valid_year: int = Field(..., description="Year for which metadata are returned from this service URL or null if undefined")
service_url: str = Field(..., description="Service URL with %LAT% and %LON% placeholders to enter station or point location in floating point degrees") service_url: str = Field(..., description="Service URL with %%LAT%% and %%LON%% placeholders to enter station or point location in floating point degrees")
class StationmetaGlobalServiceCreate(StationmetaGlobalServiceBase): class StationmetaGlobalServiceCreate(StationmetaGlobalServiceBase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment