Commit 5c7c3060 by Antonio

Solved some that were not updated in the file

parent 5ac1115a
Showing with 15 additions and 12 deletions
......@@ -2,7 +2,7 @@ swagger: "2.0"
info:
description: >
Simple rest API for access to massive point clouds repositories.
Simple REST API for access to massive point clouds repositories.
Point clouds are spatially indexed using the coordinates of their
bounding boxes. Each model has an associated data (raw point data or in laz format).
......@@ -192,9 +192,15 @@ paths:
name: modelName
description: Model name
required: true
schema:
type: string
format: binary
type: string
responses:
200:
description: Successful operation
schema:
type: string
format: binary
404:
description: Unknown workspace or model
post:
tags:
......@@ -212,9 +218,8 @@ paths:
name: modelName
description: Model name
required: true
schema:
type: string
format: binary
type: string
format: binary
- in: body
name: dataToUpload
description: model data to upload
......@@ -222,7 +227,6 @@ paths:
schema:
type: string
format: binary
responses:
200:
description: Successful operation
......@@ -253,21 +257,20 @@ definitions:
Model:
type: object
description: Georreferenced model (normally a point cloud).
description: Georreferenced model (normally a point cloud)
properties:
name:
type: string
description: Name of the model.
description:
type: string
description: Description and purpose of the model.
description: Description and purpose of the model
dateAdquisition:
type: string
format: "date-time"
description: Date and time of aquisition of the model.
description: Date and time of acquisition
bbox:
$ref: '#/definitions/GeorefBox'
description: Georreferenced bounding box of the model.
required:
- name
- bbox
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment