Merged in feature/openapilint (pull request #42)

Add OpenAPI linting

* removeerrs

* removeerrs
This commit is contained in:
Michael McGuinness
2025-02-03 17:45:00 +00:00
parent 7001ca854c
commit e51afedf32
6 changed files with 170 additions and 176 deletions
+2 -5
View File
@@ -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