{"openapi":"3.0.1","info":{"title":"WASDI STAC API","description":"WASDI STAC Catalog API","version":"1.0.0"},"servers":[{"url":"https://www.wasdi.net/wasdiwebserver/rest/stac","description":"WASDI STAC Server URL"}],"paths":{"/collections/{collectionId}":{"get":{"operationId":"getCollection","parameters":[{"name":"collectionId","in":"path","description":"Identifier of the collection (WASDI workspace)","required":true,"schema":{"type":"string"}}],"responses":{"default":{"description":"default response","content":{"application/json":{}}}}}},"/collections":{"get":{"operationId":"getCollections","responses":{"default":{"description":"default response","content":{"application/json":{}}}}}},"/conformance":{"get":{"operationId":"getConformance","responses":{"default":{"description":"default response","content":{"application/json":{}}}}}},"/collections/{collectionId}/items/{fileId}":{"get":{"operationId":"getItem","parameters":[{"name":"collectionId","in":"path","description":"Identifier of the collection (WASDI workspace)","required":true,"schema":{"type":"string"}},{"name":"fileId","in":"path","description":"Identifier of the item (WASDI file name)","required":true,"schema":{"type":"string"}}],"responses":{"default":{"description":"default response","content":{"application/geo+json":{},"application/json":{}}}}}},"/collections/{collectionId}/items":{"get":{"operationId":"getItems","parameters":[{"name":"collectionId","in":"path","description":"Identifier of the collection (WASDI workspace)","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The optional limit parameter of the items to return","style":"form","schema":{"maximum":10000,"minimum":1,"type":"integer","format":"int64","default":10}},{"name":"next","in":"query","description":"Continuation token / offset for pagination","style":"form","schema":{"type":"integer","format":"int64"}},{"name":"bbox","in":"query","description":"Only features that intersect the bounding box (west, south, east, north)","style":"form","schema":{"maxItems":6,"minItems":4,"type":"array","items":{"type":"number"}}},{"name":"datetime","in":"query","description":"Either a date-time or an interval, open or closed","style":"form","schema":{"type":"string"}}],"responses":{"default":{"description":"default response","content":{"application/geo+json":{},"application/json":{}}}}}},"/":{"get":{"operationId":"getLandingPage","responses":{"default":{"description":"default response","content":{"application/json":{}}}}}}},"components":{"schemas":{"Count":{"type":"object","properties":{"physical":{"type":"integer","format":"int32"},"logical":{"type":"integer","format":"int32"},"total":{"type":"integer","format":"int32"}}},"Cpu":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/Count"},"frequency":{"$ref":"#/components/schemas/Frequency"},"load":{"$ref":"#/components/schemas/Load"}}},"DataBlockAbsolute":{"type":"object","properties":{"available":{"$ref":"#/components/schemas/DataEntryAbsolute"},"total":{"$ref":"#/components/schemas/DataEntryAbsolute"},"used":{"$ref":"#/components/schemas/DataEntryAbsolute"},"free":{"$ref":"#/components/schemas/DataEntryAbsolute"}}},"DataBlockPercentage":{"type":"object","properties":{"available":{"$ref":"#/components/schemas/DataEntryPercentage"},"used":{"$ref":"#/components/schemas/DataEntryPercentage"}}},"DataEntryAbsolute":{"type":"object","properties":{"unit":{"type":"string"},"value":{"type":"integer","format":"int64"}}},"DataEntryPercentage":{"type":"object","properties":{"value":{"type":"number","format":"double"}}},"Disk":{"type":"object","properties":{"mountpoint":{"type":"string"},"absolute":{"$ref":"#/components/schemas/DataBlockAbsolute"},"percentage":{"$ref":"#/components/schemas/DataBlockPercentage"},"percentageUsed":{"type":"number","format":"double"},"percentageAvailable":{"type":"number","format":"double"},"absoluteAvailable":{"type":"integer","format":"int64"},"absoluteUsed":{"type":"integer","format":"int64"},"absoluteTotal":{"type":"integer","format":"int64"}}},"Frequency":{"type":"object","properties":{"hz":{"type":"integer","format":"int64"},"mhz":{"type":"integer","format":"int32"},"ghz":{"type":"number","format":"double"}}},"License":{"type":"object","properties":{"name":{"type":"string"},"status":{"type":"boolean"}}},"Load":{"type":"object","properties":{"absolute":{"$ref":"#/components/schemas/LoadData"},"percentage":{"$ref":"#/components/schemas/LoadData"}}},"LoadData":{"type":"object","properties":{"load1":{"type":"number","format":"double"},"load5":{"type":"number","format":"double"},"load15":{"type":"number","format":"double"}}},"Memory":{"type":"object","properties":{"absolute":{"$ref":"#/components/schemas/DataBlockAbsolute"},"percentage":{"$ref":"#/components/schemas/DataBlockPercentage"},"percentageUsed":{"type":"number","format":"double"},"percentageAvailable":{"type":"number","format":"double"},"absoluteAvailable":{"type":"integer","format":"int64"},"absoluteUsed":{"type":"integer","format":"int64"},"absoluteTotal":{"type":"integer","format":"int64"}}},"MetricsEntry":{"type":"object","properties":{"node":{"type":"string"},"timestamp":{"$ref":"#/components/schemas/Timestamp"},"cpu":{"$ref":"#/components/schemas/Cpu"},"disks":{"type":"array","items":{"$ref":"#/components/schemas/Disk"}},"memory":{"$ref":"#/components/schemas/Memory"},"licenses":{"type":"array","items":{"$ref":"#/components/schemas/License"}}}},"Timestamp":{"type":"object","properties":{"seconds":{"type":"number","format":"double"},"millis":{"type":"number","format":"double"}}},"FullUserViewModel":{"type":"object","properties":{"userId":{"type":"string"},"name":{"type":"string"},"surname":{"type":"string"},"link":{"type":"string"},"type":{"type":"string"},"role":{"type":"string"},"active":{"type":"boolean"},"defaultNode":{"type":"string"},"registrationDate":{"type":"string"},"confirmationDate":{"type":"string"},"lastLogin":{"type":"string"},"description":{"type":"string"},"publicNickName":{"type":"string"}}},"PrimitiveResult":{"type":"object","properties":{"stringValue":{"type":"string"},"doubleValue":{"type":"number","format":"double"},"boolValue":{"type":"boolean"},"intValue":{"type":"integer","format":"int32"}}},"ChangeUserPasswordViewModel":{"type":"object","properties":{"currentPassword":{"type":"string"},"newPassword":{"type":"string"}}},"UserViewModel":{"type":"object","properties":{"userId":{"type":"string"},"name":{"type":"string"},"surname":{"type":"string"},"authProvider":{"type":"string"},"link":{"type":"string"},"description":{"type":"string"},"sessionId":{"type":"string"},"publicNickName":{"type":"string"},"type":{"type":"string"},"skin":{"type":"string"},"role":{"type":"string"},"grantedAuthorities":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"lastWorkspace":{"type":"string"},"accessToken":{"type":"string"},"refreshToken":{"type":"string"},"expiresIn":{"type":"integer","format":"int32"}}},"LoginInfo":{"type":"object","properties":{"userId":{"type":"string"},"userPassword":{"type":"string"},"googleIdToken":{"type":"string"}}},"RefreshTokenViewModel":{"type":"object","properties":{"refreshToken":{"type":"string"}}},"RegistrationInfoViewModel":{"type":"object","properties":{"userId":{"type":"string"},"name":{"type":"string"},"surname":{"type":"string"},"password":{"type":"string"},"googleIdToken":{"type":"string"},"optionalValidationToken":{"type":"string"}}},"FtpTransferViewModel":{"type":"object","properties":{"server":{"type":"string"},"port":{"type":"integer","format":"int32"},"user":{"type":"string"},"password":{"type":"string"},"sftp":{"type":"boolean"},"fileName":{"type":"string"},"destinationAbsolutePath":{"type":"string"}}},"CreditsPackageViewModel":{"type":"object","properties":{"creditPackageId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"buyDate":{"type":"number","format":"double"},"userId":{"type":"string"},"buySuccess":{"type":"boolean"},"creditsRemaining":{"type":"number","format":"double"},"lastUpdate":{"type":"number","format":"double"}}},"ImageImportViewModel":{"type":"object","properties":{"fileUrl":{"type":"string"},"name":{"type":"string"},"provider":{"type":"string"},"workspace":{"type":"string"},"bbox":{"type":"string"},"parent":{"type":"string"},"volumeName":{"type":"string"},"volumePath":{"type":"string"},"platform":{"type":"string"},"platformType":{"type":"string","writeOnly":true}}},"RabbitMessageViewModel":{"type":"object","properties":{"messageCode":{"type":"string"},"messageResult":{"type":"string"},"payload":{"type":"object"},"workspaceId":{"type":"string"}}},"FormDataContentDisposition":{"type":"object","properties":{"type":{"type":"string"},"parameters":{"type":"object","additionalProperties":{"type":"string"}},"fileName":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"modificationDate":{"type":"string","format":"date-time"},"readDate":{"type":"string","format":"date-time"},"size":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"NodeFullViewModel":{"type":"object","properties":{"nodeCode":{"type":"string"},"cloudProvider":{"type":"string"},"apiUrl":{"type":"string"},"nodeDescription":{"type":"string"},"nodeGeoserverAddress":{"type":"string"},"active":{"type":"boolean"},"shared":{"type":"boolean"}}},"NodeViewModel":{"type":"object","properties":{"nodeCode":{"type":"string"},"cloudProvider":{"type":"string"},"apiUrl":{"type":"string"}}},"NodeSharingViewModel":{"type":"object","properties":{"nodeCode":{"type":"string"},"userId":{"type":"string"}}},"DataProviderViewModel":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"}}},"QueryResultViewModel":{"type":"object","properties":{"preview":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"footprint":{"type":"string"},"provider":{"type":"string"},"properties":{"type":"object","additionalProperties":{"type":"string"}},"volumeName":{"type":"string"},"volumePath":{"type":"string"},"platform":{"type":"string"}}},"OrganizationEditorViewModel":{"type":"object","properties":{"organizationId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"address":{"type":"string"},"email":{"type":"string"},"url":{"type":"string"}}},"Center":{"type":"object","properties":{"lat":{"type":"number","format":"double"},"lng":{"type":"number","format":"double"}}},"PrinterViewModel":{"type":"object","properties":{"baseMap":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"zoomLevel":{"type":"integer","format":"int32"},"center":{"$ref":"#/components/schemas/Center"},"format":{"type":"string"},"wmsLayers":{"type":"array","items":{"$ref":"#/components/schemas/WmsLayer"}},"wkts":{"type":"array","items":{"$ref":"#/components/schemas/Wkt"}}}},"Wkt":{"type":"object","properties":{"name":{"type":"string"},"geom":{"type":"string"}}},"WmsLayer":{"type":"object","properties":{"name":{"type":"string"},"layerId":{"type":"string"},"wmsUrl":{"type":"string"}}},"AppStatsViewModel":{"type":"object","properties":{"applicationName":{"type":"string"},"runs":{"type":"integer","format":"int32"},"error":{"type":"integer","format":"int32"},"done":{"type":"integer","format":"int32"},"stopped":{"type":"integer","format":"int32"},"mediumTime":{"type":"integer","format":"int32"},"uniqueUsers":{"type":"integer","format":"int32"},"users":{"type":"array","items":{"type":"string"}}}},"ProcessWorkspaceViewModel":{"type":"object","properties":{"productName":{"type":"string"},"operationType":{"type":"string"},"operationSubType":{"type":"string"},"operationDate":{"type":"string"},"operationStartDate":{"type":"string"},"operationEndDate":{"type":"string"},"lastChangeDate":{"type":"string"},"userId":{"type":"string"},"fileSize":{"type":"string"},"status":{"type":"string"},"progressPerc":{"type":"integer","format":"int32"},"processObjId":{"type":"string"},"pid":{"type":"integer","format":"int32"},"payload":{"type":"string"},"workspaceId":{"type":"string"}}},"NodeScoreByProcessWorkspaceViewModel":{"type":"object","properties":{"nodeCode":{"type":"string"},"numberOfProcesses":{"type":"integer","format":"int32"},"diskPercentageUsed":{"type":"number","format":"double"},"diskPercentageAvailable":{"type":"number","format":"double"},"diskAbsoluteTotal":{"type":"integer","format":"int64"},"diskAbsoluteUsed":{"type":"integer","format":"int64"},"diskAbsoluteAvailable":{"type":"integer","format":"int64"},"memoryPercentageUsed":{"type":"number","format":"double"},"memoryPercentageAvailable":{"type":"number","format":"double"},"memoryAbsoluteTotal":{"type":"integer","format":"int64"},"memoryAbsoluteUsed":{"type":"integer","format":"int64"},"memoryAbsoluteAvailable":{"type":"integer","format":"int64"},"licenses":{"type":"string"},"timestampAsString":{"type":"string"}}},"ProcessHistoryViewModel":{"type":"object","properties":{"processorName":{"type":"string"},"operationDate":{"type":"string"},"operationStartDate":{"type":"string"},"operationEndDate":{"type":"string"},"status":{"type":"string"},"workspaceName":{"type":"string"},"workspaceId":{"type":"string"}}},"ProcessWorkspaceAggregatedViewModel":{"type":"object","properties":{"schedulerName":{"type":"string"},"operationType":{"type":"string"},"operationSubType":{"type":"string"},"procCreated":{"type":"integer","format":"int32"},"procRunning":{"type":"integer","format":"int32"},"procWaiting":{"type":"integer","format":"int32"},"procReady":{"type":"integer","format":"int32"},"numberOfUnfinishedProcesses":{"type":"integer","format":"int32"}}},"ProcessWorkspaceSummaryViewModel":{"type":"object","properties":{"userProcessWaiting":{"type":"integer","format":"int32"},"userProcessRunning":{"type":"integer","format":"int32"},"allProcessWaiting":{"type":"integer","format":"int32"},"allProcessRunning":{"type":"integer","format":"int32"}}},"MosaicSetting":{"type":"object","properties":{"pixelSizeX":{"type":"number","format":"double"},"pixelSizeY":{"type":"number","format":"double"},"noDataValue":{"type":"integer","format":"int32"},"inputIgnoreValue":{"type":"integer","format":"int32"},"outputFormat":{"type":"string"},"sources":{"type":"array","items":{"type":"string"}}}},"MultiSubsetSetting":{"type":"object","properties":{"outputNames":{"type":"array","items":{"type":"string"}},"latNList":{"type":"array","items":{"type":"number","format":"double"}},"lonWList":{"type":"array","items":{"type":"number","format":"double"}},"latSList":{"type":"array","items":{"type":"number","format":"double"}},"lonEList":{"type":"array","items":{"type":"number","format":"double"}},"bands":{"type":"array","items":{"type":"string"}},"bigTiff":{"type":"boolean"}}},"RegridSetting":{"type":"object","properties":{"referenceFile":{"type":"string"}}},"SubsetSetting":{"type":"object","properties":{"latN":{"type":"number","format":"double"},"lonW":{"type":"number","format":"double"},"latS":{"type":"number","format":"double"},"lonE":{"type":"number","format":"double"}}},"ProcessorParametersTemplateDetailViewModel":{"type":"object","properties":{"templateId":{"type":"string"},"userId":{"type":"string"},"processorId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"jsonParameters":{"type":"string"},"creationDate":{"type":"string"},"updateDate":{"type":"string"},"readOnly":{"type":"boolean"}}},"ProcessorParametersTemplateSharingViewModel":{"type":"object","properties":{"processorParametersTemplateId":{"type":"string"},"userId":{"type":"string"},"ownerId":{"type":"string"},"permissions":{"type":"string"}}},"CommentDetailViewModel":{"type":"object","properties":{"commentId":{"type":"string"},"reviewId":{"type":"string"},"userId":{"type":"string"},"date":{"type":"string","format":"date-time"},"text":{"type":"string"}}},"ReviewViewModel":{"type":"object","properties":{"id":{"type":"string"},"processorId":{"type":"string"},"userId":{"type":"string"},"vote":{"type":"number","format":"float"},"date":{"type":"string","format":"date-time"},"title":{"type":"string"},"comment":{"type":"string"}}},"AppPaymentViewModel":{"type":"object","properties":{"appPaymentId":{"type":"string"},"paymentName":{"type":"string"},"userId":{"type":"string"},"processorId":{"type":"string"},"buySuccess":{"type":"boolean"},"buyDate":{"type":"string"},"runDate":{"type":"string"}}},"DeployedProcessorViewModel":{"type":"object","properties":{"processorId":{"type":"string"},"processorName":{"type":"string"},"processorVersion":{"type":"string"},"processorDescription":{"type":"string"},"imgLink":{"type":"string"},"logo":{"type":"string"},"publisher":{"type":"string"},"publisherNickName":{"type":"string"},"paramsSample":{"type":"string"},"isPublic":{"type":"integer","format":"int32"},"minuteTimeout":{"type":"integer","format":"int32"},"type":{"type":"string"},"sharedWithMe":{"type":"boolean"},"readOnly":{"type":"boolean"},"lastUpdate":{"type":"number","format":"double"},"sourceType":{"type":"string"},"deploymentOngoing":{"type":"boolean"}}},"ProcessorSharingViewModel":{"type":"object","properties":{"userId":{"type":"string"},"permissions":{"type":"string"}}},"ProcessorLogViewModel":{"type":"object","properties":{"logDate":{"type":"string"},"logRow":{"type":"string"},"rowNumber":{"type":"integer","format":"int32"},"processWorkspaceId":{"type":"string"}}},"AppListViewModel":{"type":"object","properties":{"processorId":{"type":"string"},"processorName":{"type":"string"},"processorDescription":{"type":"string"},"imgLink":{"type":"string"},"publisher":{"type":"string"},"publisherNickName":{"type":"string"},"score":{"type":"number","format":"float"},"votes":{"type":"integer","format":"int32"},"friendlyName":{"type":"string"},"price":{"type":"number","format":"float"},"squareKilometerPrice":{"type":"number","format":"float"},"isMine":{"type":"boolean"},"buyed":{"type":"boolean"},"logo":{"type":"string"},"readOnly":{"type":"boolean"}}},"AppFilterViewModel":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"string"}},"publishers":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"score":{"type":"integer","format":"int32"},"minPrice":{"type":"integer","format":"int32"},"maxPrice":{"type":"integer","format":"int32"},"itemsPerPage":{"type":"integer","format":"int32"},"page":{"type":"integer","format":"int32"},"orderBy":{"type":"string"},"orderDirection":{"type":"integer","format":"int32"}}},"RunningProcessorViewModel":{"type":"object","properties":{"processorId":{"type":"string"},"name":{"type":"string"},"processingIdentifier":{"type":"string"},"status":{"type":"string"},"jsonEncodedResult":{"type":"string"},"message":{"type":"string"}}},"AppDetailViewModel":{"type":"object","properties":{"processorId":{"type":"string"},"processorName":{"type":"string"},"processorDescription":{"type":"string"},"imgLink":{"type":"string"},"publisher":{"type":"string"},"publisherNickName":{"type":"string"},"score":{"type":"number","format":"float"},"friendlyName":{"type":"string"},"link":{"type":"string"},"email":{"type":"string"},"ondemandPrice":{"type":"number","format":"float"},"squareKilometerPrice":{"type":"number","format":"float"},"areaParameterName":{"type":"string"},"subscriptionPrice":{"type":"number","format":"float"},"updateDate":{"type":"number","format":"double"},"publishDate":{"type":"number","format":"double"},"categories":{"type":"array","items":{"type":"string"}},"images":{"type":"array","items":{"type":"string"}},"isMine":{"type":"boolean"},"buyed":{"type":"boolean"},"longDescription":{"type":"string"},"showInStore":{"type":"boolean"},"maxImages":{"type":"integer","format":"int32"},"reviewsCount":{"type":"integer","format":"int32"},"purchased":{"type":"integer","format":"int32"},"totalRuns":{"type":"integer","format":"int32"},"userRuns":{"type":"integer","format":"int32"},"categoryNames":{"type":"array","items":{"type":"string"}},"logo":{"type":"string"},"readOnly":{"type":"boolean"}}},"BodyPart":{"type":"object","properties":{"contentDisposition":{"$ref":"#/components/schemas/ContentDisposition"},"entity":{"type":"object"},"headers":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"mediaType":{"type":"object","properties":{"type":{"type":"string"},"subtype":{"type":"string"},"parameters":{"type":"object","additionalProperties":{"type":"string"}},"wildcardType":{"type":"boolean"},"wildcardSubtype":{"type":"boolean"}}},"messageBodyWorkers":{"$ref":"#/components/schemas/MessageBodyWorkers"},"parent":{"$ref":"#/components/schemas/MultiPart"},"providers":{"type":"object"},"parameterizedHeaders":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ParameterizedHeader"}}}}},"ContentDisposition":{"type":"object","properties":{"type":{"type":"string"},"parameters":{"type":"object","additionalProperties":{"type":"string"}},"fileName":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"modificationDate":{"type":"string","format":"date-time"},"readDate":{"type":"string","format":"date-time"},"size":{"type":"integer","format":"int64"}}},"FormDataBodyPart":{"type":"object","properties":{"contentDisposition":{"$ref":"#/components/schemas/ContentDisposition"},"entity":{"type":"object"},"headers":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"mediaType":{"type":"object","properties":{"type":{"type":"string"},"subtype":{"type":"string"},"parameters":{"type":"object","additionalProperties":{"type":"string"}},"wildcardType":{"type":"boolean"},"wildcardSubtype":{"type":"boolean"}}},"messageBodyWorkers":{"$ref":"#/components/schemas/MessageBodyWorkers"},"parent":{"$ref":"#/components/schemas/MultiPart"},"providers":{"type":"object"},"name":{"type":"string"},"value":{"type":"string"},"simple":{"type":"boolean"},"formDataContentDisposition":{"$ref":"#/components/schemas/FormDataContentDisposition"},"parameterizedHeaders":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ParameterizedHeader"}}}}},"MessageBodyWorkers":{"type":"object"},"MultiPart":{"type":"object","properties":{"contentDisposition":{"$ref":"#/components/schemas/ContentDisposition"},"entity":{"type":"object"},"headers":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"mediaType":{"type":"object","properties":{"type":{"type":"string"},"subtype":{"type":"string"},"parameters":{"type":"object","additionalProperties":{"type":"string"}},"wildcardType":{"type":"boolean"},"wildcardSubtype":{"type":"boolean"}}},"messageBodyWorkers":{"$ref":"#/components/schemas/MessageBodyWorkers"},"parent":{"$ref":"#/components/schemas/MultiPart"},"providers":{"type":"object"},"bodyParts":{"type":"array","items":{"$ref":"#/components/schemas/BodyPart"}},"parameterizedHeaders":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/ParameterizedHeader"}}}}},"ParameterizedHeader":{"type":"object","properties":{"value":{"type":"string"},"parameters":{"type":"object","additionalProperties":{"type":"string"}}}},"AttributeViewModel":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"categories":{"type":"array","items":{"type":"string"}},"colours":{"type":"array","items":{"type":"integer","format":"int32"}},"value":{"type":"string"},"isMandatory":{"type":"boolean"}}},"BandViewModel":{"type":"object","properties":{"name":{"type":"string"},"published":{"type":"boolean"},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"},"layerId":{"type":"string"},"geoserverBoundingBox":{"type":"string"},"geoserverUrl":{"type":"string"}}},"GeorefProductViewModel":{"type":"object","properties":{"name":{"type":"string"},"fileName":{"type":"string"},"productFriendlyName":{"type":"string"},"metadata":{"$ref":"#/components/schemas/MetadataViewModel"},"bandsGroups":{"$ref":"#/components/schemas/NodeGroupViewModel"},"metadataFileReference":{"type":"string"},"metadataFileCreated":{"type":"boolean"},"style":{"type":"string"},"description":{"type":"string"},"bbox":{"type":"string"}}},"MetadataViewModel":{"type":"object","properties":{"elements":{"type":"array","items":{"$ref":"#/components/schemas/MetadataViewModel"}},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/AttributeViewModel"}},"name":{"type":"string"}}},"NodeGroupViewModel":{"type":"object","properties":{"nodeName":{"type":"string"},"bands":{"type":"array","items":{"$ref":"#/components/schemas/BandViewModel"}}}},"ProductViewModel":{"type":"object","properties":{"name":{"type":"string"},"fileName":{"type":"string"},"productFriendlyName":{"type":"string"},"metadata":{"$ref":"#/components/schemas/MetadataViewModel"},"bandsGroups":{"$ref":"#/components/schemas/NodeGroupViewModel"},"metadataFileReference":{"type":"string"},"metadataFileCreated":{"type":"boolean"},"style":{"type":"string"},"description":{"type":"string"}}},"ProjectEditorViewModel":{"type":"object","properties":{"projectId":{"type":"string"},"subscriptionId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"targetUser":{"type":"string"},"activeProject":{"type":"boolean"}}},"StyleSharingViewModel":{"type":"object","properties":{"userId":{"type":"string"},"permissions":{"type":"string"}}},"StyleViewModel":{"type":"object","properties":{"styleId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"userId":{"type":"string"},"readOnly":{"type":"boolean"},"imgLink":{"type":"string"},"sharedWithMe":{"type":"boolean"},"public":{"type":"boolean"}}},"SubscriptionViewModel":{"type":"object","properties":{"subscriptionId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"typeId":{"type":"string"},"typeName":{"type":"string"},"buyDate":{"type":"string"},"startDate":{"type":"string"},"endDate":{"type":"string"},"durationDays":{"type":"integer","format":"int32"},"userId":{"type":"string"},"organizationId":{"type":"string"},"organizationName":{"type":"string"},"buySuccess":{"type":"boolean"},"readOnly":{"type":"boolean"}}},"FeedbackViewModel":{"type":"object","properties":{"title":{"type":"string"},"message":{"type":"string"}}},"WorkflowSharingViewModel":{"type":"object","properties":{"userId":{"type":"string"},"permissions":{"type":"string"}}},"SnapWorkflowViewModel":{"type":"object","properties":{"workflowId":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"userId":{"type":"string"},"nodeUrl":{"type":"string"},"sharedWithMe":{"type":"boolean"},"readOnly":{"type":"boolean"},"inputNodeNames":{"type":"array","items":{"type":"string"}},"inputFileNames":{"type":"array","items":{"type":"string"}},"outputNodeNames":{"type":"array","items":{"type":"string"}},"outputFileNames":{"type":"array","items":{"type":"string"}},"templateParams":{"type":"object","additionalProperties":{"type":"string"}},"lastUpdate":{"type":"number","format":"double"},"public":{"type":"boolean"}}},"WorkspaceSharingViewModel":{"type":"object","properties":{"workspaceId":{"type":"string"},"userId":{"type":"string"},"ownerId":{"type":"string"},"permissions":{"type":"string"}}},"WorkspaceListInfoViewModel":{"type":"object","properties":{"workspaceId":{"type":"string"},"workspaceName":{"type":"string"},"ownerUserId":{"type":"string"},"sharedUsers":{"type":"array","items":{"type":"string"}},"activeNode":{"type":"boolean"},"nodeCode":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"storageSize":{"type":"string"},"readOnly":{"type":"boolean"},"public":{"type":"boolean"}}},"WorkspaceEditorViewModel":{"type":"object","properties":{"workspaceId":{"type":"string"},"name":{"type":"string"},"userId":{"type":"string"},"apiUrl":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"lastEditDate":{"type":"string","format":"date-time"},"sharedUsers":{"type":"array","items":{"type":"string"}},"nodeCode":{"type":"string"},"activeNode":{"type":"boolean"},"processesCount":{"type":"integer","format":"int64"},"cloudProvider":{"type":"string"},"slaLink":{"type":"string"},"storageSize":{"type":"string"},"readOnly":{"type":"boolean"},"public":{"type":"boolean"}}},"DatasetViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"isGlobal":{"type":"boolean"},"bbox":{"type":"string"},"isPublic":{"type":"boolean"},"creationDate":{"type":"integer","format":"int64"},"link":{"type":"string"},"startDate":{"type":"integer","format":"int64"},"endDate":{"type":"integer","format":"int64"},"annotatorSeeAllLabels":{"type":"boolean"},"reviewRequired":{"type":"boolean"},"minReviewCount":{"type":"integer","format":"int32"},"missions":{"type":"string"},"tasks":{"type":"array","items":{"type":"string"}},"owner":{"type":"string"},"templateId":{"type":"string"},"workspaceId":{"type":"string"}}},"ExportDatasetViewModel":{"type":"object","properties":{"projectId":{"type":"string"},"includeRawData":{"type":"boolean"},"labelFilter":{"type":"string"}}},"ImageStyleViewModel":{"type":"object","properties":{"id":{"type":"string"},"datasetId":{"type":"string"},"singleBand":{"type":"boolean"},"band1":{"type":"string"},"band2":{"type":"string"},"band3":{"type":"string"},"brightness":{"type":"integer","format":"int32"},"contrast":{"type":"integer","format":"int32"},"hue":{"type":"integer","format":"int32"},"saturation":{"type":"integer","format":"int32"},"lightness":{"type":"integer","format":"int32"},"autoLevel":{"type":"boolean"},"saturateLevel":{"type":"boolean"},"saturationValue":{"type":"integer","format":"int32"}}},"NoteRequestViewModel":{"type":"object","properties":{"labelId":{"type":"string"},"note":{"type":"string"}}},"LabelViewModel":{"type":"object","properties":{"id":{"type":"string"},"geometry":{"type":"string"},"isPoint":{"type":"boolean"},"isLine":{"type":"boolean"},"isPolygon":{"type":"boolean"},"isMultiPolygon":{"type":"boolean"},"annotator":{"type":"string"},"image":{"type":"string"},"reviewers":{"type":"array","items":{"type":"string"}},"reviewNotes":{"type":"array","items":{"$ref":"#/components/schemas/ReviewNoteViewModel"}},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/AttributeViewModel"}},"reviewCount":{"type":"integer","format":"int32"},"isValidated":{"type":"boolean"},"creatorId":{"type":"string"},"datasetId":{"type":"string"}}},"ReviewNoteViewModel":{"type":"object","properties":{"id":{"type":"string"},"sender":{"type":"string"},"note":{"type":"string"},"resolved":{"type":"boolean"}}},"ResolveNoteRequestViewModel":{"type":"object","properties":{"labelId":{"type":"string"},"noteId":{"type":"string"}}},"TemplateViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"hasPolygons":{"type":"boolean"},"hasLines":{"type":"boolean"},"hasPoints":{"type":"boolean"},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/AttributeViewModel"}},"isFixedColour":{"type":"boolean"},"fixedColour":{"type":"integer","format":"int32"},"colourAttributeName":{"type":"string"},"creator":{"type":"string"},"created":{"type":"integer","format":"int64"},"canEdit":{"type":"boolean"}}}}}}