chore: bump OpenAPI Specification from 3.0.0 to 3.1.0

This commit is contained in:
zyoshoka 2024-01-11 22:05:38 +09:00
parent 02225089e1
commit 3d58ca90ae
No known key found for this signature in database
GPG key ID: 0C2CB8FBA309A5B8
2 changed files with 14 additions and 14 deletions

View file

@ -10,7 +10,7 @@ import { schemas, convertSchemaToOpenApiSchema } from './schemas.js';
export function genOpenapiSpec(config: Config) {
const spec = {
openapi: '3.0.0',
openapi: '3.1.0',
info: {
version: config.version,