Skip to content

Commit

Permalink
Add band_names property to STRDSInfoModel (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eberle authored Sep 21, 2021
1 parent 0cb8786 commit 6a87d20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/actinia_core/models/openapi/strds_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class STRDSInfoModel(Schema):
type = 'object'
properties = {
"aggregation_type": {'type': 'string'},
"band_names": {'type': 'string'},
"band_reference": {'type': 'string'},
"bottom": {'type': 'string'},
"creation_time": {'type': 'string'},
Expand Down Expand Up @@ -76,6 +77,7 @@ class STRDSInfoModel(Schema):
}
example = {
"aggregation_type": "None",
"band_names": "None",
"band_reference": "None",
"bottom": "0.0",
"creation_time": "2016-08-11 16:44:29.756411",
Expand Down Expand Up @@ -161,6 +163,7 @@ class STRDSInfoResponseModel(ProcessingResponseModel):
],
"process_results": {
"aggregation_type": "None",
"band_names": "None",
"band_reference": "None",
"bottom": "0.0",
"creation_time": "2017-12-29 15:58:40.020820",
Expand Down

0 comments on commit 6a87d20

Please sign in to comment.