Skip to content

Commit

Permalink
Updating json-schema tag (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorKrusen committed May 10, 2024
1 parent ef0a09c commit dbbbad8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions docs/configuration/apis.md
Expand Up @@ -14,9 +14,8 @@ If per-API and root settings modify the same properties, per-API settings overri
## Patterned properties

{% json-schema
schemaFilePath="./api.yaml"
options={
schemaExpansionLevel: 2,
schema={
"$ref": "./api.yaml"
}
/%}

Expand Down
10 changes: 4 additions & 6 deletions docs/configuration/index.md
Expand Up @@ -125,9 +125,8 @@ This object is optional.
#### Fixed properties

{% json-schema
schemaFilePath="./mockserver.yaml"
options={
schemaExpansionLevel: 1,
schema={
"$ref": "./mockserver.yaml"
}
/%}

Expand Down Expand Up @@ -203,9 +202,8 @@ Redocly CLI supports one `http` header per URL.
#### Fixed properties

{% json-schema
schemaFilePath="./resolve.yaml"
options={
schemaExpansionLevel: 2,
schema={
"$ref": "./resolve.yaml"
}
/%}

Expand Down

1 comment on commit dbbbad8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 77.02% 4452/5780
🟡 Branches 67.5% 2463/3649
🟡 Functions 70.64% 741/1049
🟡 Lines 77.22% 4187/5422

Test suite run success

734 tests passing in 102 suites.

Report generated by 🧪jest coverage report action from dbbbad8

Please sign in to comment.