Added 2 files

Modified .gitignore

Deleted .spectral.mjs
This commit is contained in:
JasonLandbridge
2024-08-21 11:44:11 +02:00
parent 8c72d45527
commit 4f33bdb6e8
2 changed files with 19 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
output output
.spectral.mjs

17
.stoplight.json Normal file
View File

@@ -0,0 +1,17 @@
{
"exclude": [".vscode", ".speakeasy", ".idx", "Markdown", ".github", "plex-tv-spec-dereferenced.yaml", "plex-media-server-spec-dereferenced.yaml"],
"formats": {
"openapi": {
"rootDir": "paths",
"include": [
"**"
]
},
"json_schema": {
"rootDir": "paths",
"include": [
"**"
]
},
}
}