Merged in feature/openapilint (pull request #42)
Add OpenAPI linting * removeerrs * removeerrs
This commit is contained in:
@@ -344,7 +344,7 @@ paths:
|
||||
'404':
|
||||
description: Job not found.
|
||||
|
||||
/job/export/{id}:
|
||||
/job/{id}/export:
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
@@ -388,7 +388,6 @@ components:
|
||||
description: Unique identifier for the query.
|
||||
type:
|
||||
$ref: '#/components/schemas/QueryType'
|
||||
description: Type of the query.
|
||||
active_version:
|
||||
type: integer
|
||||
format: int32
|
||||
@@ -428,7 +427,6 @@ components:
|
||||
properties:
|
||||
type:
|
||||
$ref: '#/components/schemas/QueryType'
|
||||
description: Type of the query to create.
|
||||
config:
|
||||
type: string
|
||||
description: Configuration for the new query.
|
||||
@@ -595,7 +593,6 @@ components:
|
||||
$ref: '#/components/schemas/JobCollectorField'
|
||||
description: JobCollector model.
|
||||
required:
|
||||
- id
|
||||
- job_id
|
||||
- fields
|
||||
- minimum_cleaner_version
|
||||
@@ -721,5 +718,5 @@ components:
|
||||
example: s3://{bucket}/{clientid}/{jobid}/{timestamp}_{exportid}.zip
|
||||
description: Payload for export trigger response.
|
||||
required:
|
||||
- id
|
||||
- job_id
|
||||
- status
|
||||
|
||||
Reference in New Issue
Block a user