6 Star 14 Fork 3

Gitee 极速下载/JupyterHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jupyterhub/jupyterhub
克隆/下载
redocly.yaml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
extends:
- recommended-strict
apis:
rest:
root: ./docs/source/_static/rest-api.yml
rules:
info-license-url: off
operation-4xx-response: off
# custom rules
# https://redocly.com/docs/cli/rules/configurable-rules/
rules:
rule/required-items-in-array-schemas:
subject:
type: Schema
assertions:
required:
- items
where:
- subject:
type: Schema
property: type
assertions:
const: array
defined: true
message: The 'items' field is required for schemas of array type.
rule/require-schema-type:
subject:
type: Schema
property: type
assertions:
defined: true
message: schema missing type
where:
# don't require type on schemas that reference other schemas, which already must specify type
- subject:
type: Schema
property: allOf
assertions:
defined: false
rule/require-parameter-schema:
subject:
type: Parameter
property: schema
assertions:
defined: true
message: Parameter missing schema
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/JupyterHub.git
git@gitee.com:mirrors/JupyterHub.git
mirrors
JupyterHub
JupyterHub
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385