airsmodel 0.6.25__py3-none-any.whl → 0.6.26__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of airsmodel might be problematic. Click here for more details.

airs/core/models/model.py CHANGED
@@ -332,7 +332,7 @@ class Asset(BaseModel, extra=Extra.allow):
332
332
  airs__object_store_key: str | None = Field(default=None, title="[ARLAS, extension AIRS] Object store key of the asset object.")
333
333
  title: str | None = Field(default=None, title="[STAC] Optional displayed title for clients and users.", max_length=300)
334
334
  description: str | None = Field(default=None, title="[STAC] A description of the Asset providing additional details, such as how it was processed or created. CommonMark 0.29 syntax MAY be used for rich text representation.", max_length=300)
335
- type: str | None = Field(default=None, title="[STAC] Optional description of the media type. Registered Media Types are preferred. See MediaType for common media types.", max_length=300)
335
+ type: str | None = Field(default=None, title="[STAC] Optional description of the media type. Registered Media Types are preferred. See MimeType for common media types.", max_length=300)
336
336
  roles: List[str] | None = Field(default=None, title="[STAC] Optional, Semantic roles (i.e. thumbnail, overview, data, metadata) of the asset.", min_length=1, max_length=300)
337
337
  extra_fields: Dict[str, Any] | None = Field(default=None, title="[ARLAS] Optional, additional fields for this asset. This is used by extensions as a way to serialize and deserialize properties on asset object JSON.")
338
338
  gsd: float | None = Field(default=None, title="[deprecated, use eo:gsd instead] Ground Sampling Distance (resolution) of the asset")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airsmodel
3
- Version: 0.6.25
3
+ Version: 0.6.26
4
4
  Summary: ARLAS Item Registration Service Model
5
5
  Home-page: UNKNOWN
6
6
  Author: Gisaïa
@@ -0,0 +1,7 @@
1
+ airs/core/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ airs/core/models/mapper.py,sha256=j6OoBmnjU1wMJd9wBPEKVYiGh2AX9c80DMMMHewGwrw,3082
3
+ airs/core/models/model.py,sha256=crzvMl4IbcpWPUoFno7Wf2ChSfyR0f97yJ3by-PNBrc,35840
4
+ airsmodel-0.6.26.dist-info/METADATA,sha256=IIwq9riQy0CeckiorWZJoUPWh7uowozMXjVhJSgWsGY,402
5
+ airsmodel-0.6.26.dist-info/WHEEL,sha256=U88EhGIw8Sj2_phqajeu_EAi3RAo8-C6zV3REsWbWbs,92
6
+ airsmodel-0.6.26.dist-info/top_level.txt,sha256=1r0gdapo7F7ccFZqyq_Rgjkj0t979kz2I1EtYSA97S4,5
7
+ airsmodel-0.6.26.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- airs/core/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- airs/core/models/mapper.py,sha256=j6OoBmnjU1wMJd9wBPEKVYiGh2AX9c80DMMMHewGwrw,3082
3
- airs/core/models/model.py,sha256=HFLZmtXcGWGz0EhGSkm6UpMMvmP7V40hSBgTfUZXdEY,35841
4
- airsmodel-0.6.25.dist-info/METADATA,sha256=7GKjiUKCGlDtMi_h9w-1ZUc3PvCMc3lblhBZHcYHjc8,402
5
- airsmodel-0.6.25.dist-info/WHEEL,sha256=U88EhGIw8Sj2_phqajeu_EAi3RAo8-C6zV3REsWbWbs,92
6
- airsmodel-0.6.25.dist-info/top_level.txt,sha256=1r0gdapo7F7ccFZqyq_Rgjkj0t979kz2I1EtYSA97S4,5
7
- airsmodel-0.6.25.dist-info/RECORD,,