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:
Fredrik Adelöw
2026-03-09 17:20:23 +01:00
parent 05a3e13b88
commit d3796b6165
2 changed files with 13 additions and 0 deletions
@@ -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'],