Add openapi yaml schema
Add yaml schema link to specs Bump specs to v3.1.x
This commit is contained in:
parent
27a47fb429
commit
5054bb7629
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
openapi: "3.0.0"
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json
|
||||||
|
openapi: "3.1.0"
|
||||||
info:
|
info:
|
||||||
title: LibreTime API overview
|
title: LibreTime API overview
|
||||||
version: 1.1
|
version: 1.1
|
||||||
|
|
Loading…
Reference in New Issue