Fix OpenAPI spec linting errors
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
@@ -25,6 +25,9 @@ info:
|
||||
name: Apache-2.0
|
||||
url: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
contact: {}
|
||||
tags:
|
||||
- name: Entity
|
||||
- name: Locations
|
||||
servers:
|
||||
- url: /
|
||||
components:
|
||||
@@ -1270,6 +1273,7 @@ paths:
|
||||
- in: query
|
||||
name: onConflict
|
||||
required: false
|
||||
allowReserved: true
|
||||
schema:
|
||||
type: string
|
||||
enum:
|
||||
|
||||
@@ -33,6 +33,14 @@ export const spec = {
|
||||
},
|
||||
contact: {},
|
||||
},
|
||||
tags: [
|
||||
{
|
||||
name: 'Entity',
|
||||
},
|
||||
{
|
||||
name: 'Locations',
|
||||
},
|
||||
],
|
||||
servers: [
|
||||
{
|
||||
url: '/',
|
||||
@@ -1494,6 +1502,7 @@ export const spec = {
|
||||
in: 'query',
|
||||
name: 'onConflict',
|
||||
required: false,
|
||||
allowReserved: true,
|
||||
schema: {
|
||||
type: 'string',
|
||||
enum: ['refresh', 'reject'],
|
||||
|
||||
Reference in New Issue
Block a user