mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 04:20:40 +00:00
Added 2 files
Modified .gitignore Deleted .spectral.mjs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
output
|
||||
.spectral.mjs
|
||||
17
.stoplight.json
Normal file
17
.stoplight.json
Normal 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": [
|
||||
"**"
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user