Skip to content

Commit 7b1c96f

Browse files
authored
Merge pull request #103 from TaskarCenterAtUW/bugfix-1348
Bugfix 1348
2 parents 6fb00ff + f26aef9 commit 7b1c96f

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

tdei-api-gateway-prod.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,7 @@
19471947
},
19481948
"target_dimension": {
19491949
"type": "string",
1950+
"description": "Valid opensidewalks core entity on which the join operation is to be performed",
19501951
"enum": [
19511952
"edge",
19521953
"node",
@@ -1960,6 +1961,7 @@
19601961
},
19611962
"source_dimension": {
19621963
"type": "string",
1964+
"description": "Valid opensidewalks core entity on which the join operation is to be performed",
19631965
"enum": [
19641966
"edge",
19651967
"node",
@@ -1977,17 +1979,17 @@
19771979
},
19781980
"join_filter_target": {
19791981
"type": "string",
1980-
"description": "Target attribute filters",
1982+
"description": "Target attribute filters. These can be any valid attributes defined in the OpenSidewalks schema for the entity.",
19811983
"default": "highway='footway' AND footway='sidewalk'"
19821984
},
19831985
"join_filter_source": {
19841986
"type": "string",
1985-
"description": "Source attribute filters",
1987+
"description": "Source attribute filters, These can be any valid attributes defined in the OpenSidewalks schema for the entity",
19861988
"default": "highway='street_lamp'"
19871989
},
19881990
"aggregate": {
19891991
"type": "array",
1990-
"description": "Agrregate function for attribute.all attribute_name/alias will be prefixed with 'ext:'",
1992+
"description": "Agrregate function for attribute. Attribute information to be pulled along from source and attach to target dataset entity. All attribute_name/alias will be prefixed with 'ext:'",
19911993
"items": {
19921994
"type": "string"
19931995
},
@@ -2119,7 +2121,7 @@
21192121
"OSW"
21202122
],
21212123
"summary": "Performs a union of the two input OSW datasets.",
2122-
"description": "This operation performs a union of two specified OSW datasets, effectively merging their data into a single dataset.The response includes a `job_id` for tracking the request.To check the request status, refer to the location header in the response, which provides the URL for the status API endpoint.",
2124+
"description": "This function merges spatial data from two datasets by unifying overlapping nodes, edges, and polygons into consolidated geometries. It identifies equivalent nodes based on proximity, aligns and merges overlapping edges, and combines adjacent polygons. The function outputs a single cohesive dataset.The response includes a `job_id` for tracking the request.To check the request status, refer to the location header in the response, which provides the URL for the status API endpoint.",
21232125
"operationId": "osw-union",
21242126
"requestBody": {
21252127
"content": {

tdei-api-gateway-stage.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,7 @@
19471947
},
19481948
"target_dimension": {
19491949
"type": "string",
1950+
"description": "Valid opensidewalks core entity on which the join operation is to be performed",
19501951
"enum": [
19511952
"edge",
19521953
"node",
@@ -1960,6 +1961,7 @@
19601961
},
19611962
"source_dimension": {
19621963
"type": "string",
1964+
"description": "Valid opensidewalks core entity on which the join operation is to be performed",
19631965
"enum": [
19641966
"edge",
19651967
"node",
@@ -1977,17 +1979,17 @@
19771979
},
19781980
"join_filter_target": {
19791981
"type": "string",
1980-
"description": "Target attribute filters",
1982+
"description": "Target attribute filters. These can be any valid attributes defined in the OpenSidewalks schema for the entity.",
19811983
"default": "highway='footway' AND footway='sidewalk'"
19821984
},
19831985
"join_filter_source": {
19841986
"type": "string",
1985-
"description": "Source attribute filters",
1987+
"description": "Source attribute filters, These can be any valid attributes defined in the OpenSidewalks schema for the entity",
19861988
"default": "highway='street_lamp'"
19871989
},
19881990
"aggregate": {
19891991
"type": "array",
1990-
"description": "Agrregate function for attribute.all attribute_name/alias will be prefixed with 'ext:'",
1992+
"description": "Agrregate function for attribute. Attribute information to be pulled along from source and attach to target dataset entity. All attribute_name/alias will be prefixed with 'ext:'",
19911993
"items": {
19921994
"type": "string"
19931995
},
@@ -2119,7 +2121,7 @@
21192121
"OSW"
21202122
],
21212123
"summary": "Performs a union of the two input OSW datasets.",
2122-
"description": "This operation performs a union of two specified OSW datasets, effectively merging their data into a single dataset.The response includes a `job_id` for tracking the request.To check the request status, refer to the location header in the response, which provides the URL for the status API endpoint.",
2124+
"description": "This function merges spatial data from two datasets by unifying overlapping nodes, edges, and polygons into consolidated geometries. It identifies equivalent nodes based on proximity, aligns and merges overlapping edges, and combines adjacent polygons. The function outputs a single cohesive dataset.The response includes a `job_id` for tracking the request.To check the request status, refer to the location header in the response, which provides the URL for the status API endpoint.",
21232125
"operationId": "osw-union",
21242126
"requestBody": {
21252127
"content": {

tdei-api-gateway.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,7 @@
19471947
},
19481948
"target_dimension": {
19491949
"type": "string",
1950+
"description": "Valid opensidewalks core entity on which the join operation is to be performed",
19501951
"enum": [
19511952
"edge",
19521953
"node",
@@ -1960,6 +1961,7 @@
19601961
},
19611962
"source_dimension": {
19621963
"type": "string",
1964+
"description": "Valid opensidewalks core entity on which the join operation is to be performed",
19631965
"enum": [
19641966
"edge",
19651967
"node",
@@ -1977,17 +1979,17 @@
19771979
},
19781980
"join_filter_target": {
19791981
"type": "string",
1980-
"description": "Target attribute filters",
1982+
"description": "Target attribute filters. These can be any valid attributes defined in the OpenSidewalks schema for the entity.",
19811983
"default": "highway='footway' AND footway='sidewalk'"
19821984
},
19831985
"join_filter_source": {
19841986
"type": "string",
1985-
"description": "Source attribute filters",
1987+
"description": "Source attribute filters, These can be any valid attributes defined in the OpenSidewalks schema for the entity",
19861988
"default": "highway='street_lamp'"
19871989
},
19881990
"aggregate": {
19891991
"type": "array",
1990-
"description": "Agrregate function for attribute.all attribute_name/alias will be prefixed with 'ext:'",
1992+
"description": "Agrregate function for attribute. Attribute information to be pulled along from source and attach to target dataset entity. All attribute_name/alias will be prefixed with 'ext:'",
19911993
"items": {
19921994
"type": "string"
19931995
},
@@ -2119,7 +2121,7 @@
21192121
"OSW"
21202122
],
21212123
"summary": "Performs a union of the two input OSW datasets.",
2122-
"description": "This operation performs a union of two specified OSW datasets, effectively merging their data into a single dataset.The response includes a `job_id` for tracking the request.To check the request status, refer to the location header in the response, which provides the URL for the status API endpoint.",
2124+
"description": "This function merges spatial data from two datasets by unifying overlapping nodes, edges, and polygons into consolidated geometries. It identifies equivalent nodes based on proximity, aligns and merges overlapping edges, and combines adjacent polygons. The function outputs a single cohesive dataset.The response includes a `job_id` for tracking the request.To check the request status, refer to the location header in the response, which provides the URL for the status API endpoint.",
21232125
"operationId": "osw-union",
21242126
"requestBody": {
21252127
"content": {

0 commit comments

Comments
 (0)