forked from kserve/open-inference-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.redocly.lint-ignore.yaml
24 lines (24 loc) · 1.04 KB
/
.redocly.lint-ignore.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
# See https://redoc.ly/docs/cli/ for more information.
specification/protocol/open_inference_rest.yaml:
no-empty-servers:
- '#/servers'
operation-4xx-response:
- '#/paths/~1v2~1health~1live/get/responses'
- '#/paths/~1v2~1health~1ready/get/responses'
- >-
#/paths/~1v2~1models~1${MODEL_NAME}~1versions~1${MODEL_VERSION}~1ready/get/responses
- >-
#/paths/~1v2~1models~1${MODEL_NAME}~1versions~1${MODEL_VERSION}/get/responses
no-path-trailing-slash:
- '#/paths/~1v2~1'
no-unused-components:
- '#/components/schemas/metadata_model_error_response'
security-defined:
- '#/paths/~1v2~1health~1live/get'
- '#/paths/~1v2~1health~1ready/get'
- '#/paths/~1v2~1models~1${MODEL_NAME}~1versions~1${MODEL_VERSION}~1ready/get'
- '#/paths/~1v2~1/get'
- '#/paths/~1v2~1models~1${MODEL_NAME}~1versions~1${MODEL_VERSION}/get'
- >-
#/paths/~1v2~1models~1${MODEL_NAME}~1versions~1${MODEL_VERSION}~1infer/post