Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions bundledApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,19 @@ components:
- Failed
- Expired
- Aborted
productType:
type: string
enum:
- 3DPhotoRealistic
- 3DPhotoRealisticBest
- 3DSemantic
- 3DSemanticMesh
- 3DPointCloud
description: Type of 3D product
productSubType:
type: string
nullable: true
description: Sub-Type of 3D product
Point3D:
type: array
minItems: 2
Expand Down Expand Up @@ -462,9 +475,9 @@ components:
maxLength: 120
description: Name of product
productType:
type: string
description: Type of product (3DPhotoRealistic)
example: 3DPhotoRealistic
$ref: '#/components/schemas/productType'
productSubType:
$ref: '#/components/schemas/productSubType'
description:
type: string
maxLength: 500
Expand Down Expand Up @@ -544,8 +557,7 @@ components:
allOf:
- $ref: '#/components/schemas/Geometry'
- description: Geographic demarcation of the product
- example: >-
{"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]}
- example: '{"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]}'
heightRangeFrom:
type: number
format: double
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@map-colonies/error-express-handler": "^2.1.0",
"@map-colonies/express-access-log-middleware": "^2.0.1",
"@map-colonies/js-logger": "^1.0.1",
"@map-colonies/types": "^1.7.0",
"@map-colonies/mc-model-types": "^19.0.0",
"@map-colonies/types": "^1.10.0",
"@map-colonies/mc-model-types": "^19.1.3",
"@map-colonies/mc-priority-queue": "^8.2.1",
"@map-colonies/openapi-express-viewer": "^3.0.0",
"@map-colonies/read-pkg": "0.0.1",
Expand Down
Loading