{ "name": "SearchOptions", "fields": [ { "name": "acquisitionDate", "type": "string", "description": "The acquisition date or the acquisition date range." }, { "name": "bbox", "type": "string", "description": "The geographic search area expressed as a bbox string (decimal degrees values separated by a comma). Values are min lon,min lat, max lon, max lat." }, { "name": "cloudCover", "type": "string", "description": "The cloud cover percentage or the cloud cover percentage range." }, { "name": "commercialReference", "type": "string", "description": "The commercial reference." }, { "name": "constellation", "type": "string", "description": "The constellation or constellation list (comma separated list). Possible values will be described in a future endpoint (*/api/v1/opensearch/domains/constellation*)." }, { "name": "correlationId", "type": "string" }, { "name": "expirationDate", "type": "string" }, { "name": "geometry", "type": "string", "description": "The geographic search area." }, { "name": "id", "type": "string" }, { "name": "incidenceAngle", "type": "string", "description": "The incident angle or the incident angle range in degree." }, { "name": "itemsPerPage", "type": "int32", "description": "The maximum number of items that the response can contain." }, { "name": "page", "type": "int32", "description": "The requested page" }, { "name": "parentIdentifier", "type": "string", "description": "The parent identifier (identified as sourceId in other catalogs)" }, { "name": "platform", "type": "string", "description": "The platform or platform list (comma separated list). Possible values will be described in a future endpoint (*/api/v1/opensearch/domains/platform*)." }, { "name": "productType", "type": "string", "description": "The product type or product type list (comma separated list). Possible values will be described in a future endpoint (*/api/v1/opensearch/domains/productType*)." }, { "name": "productionStatus", "type": "string", "description": "The production status or production status list (comma separated list)." }, { "name": "publicationDate", "type": "string", "description": "The publication date or the publication date range." }, { "name": "q", "type": "string", "description": "A generic query parameter, will search in productType and title. Search is in \"contains\" mode." }, { "name": "resolution", "type": "string", "description": "The resolution or the resolution range in meters." }, { "name": "snowCover", "type": "string", "description": "The snow cover percentage or the snow cover percentage range." }, { "name": "sortBy", "type": "string", "description": "The order strategy for the items.\n\nAccepted values are all opensearch attributes separated by a comma. Minus sign can be used to sort descending on the attribute. Otherwise the sort is ascending." }, { "name": "sourceIdentifier", "type": "string", "description": "The product identifier inside original referential" }, { "name": "workspace", "type": "string", "description": "The workspace id/name or workspace id/name list (comma separated list)" } ] }