Skip to content

Commit 1d07129

Browse files
committed
fix: Lint
1 parent 1f93f20 commit 1d07129

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/projects/bugs/docs/Markdown_example.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Supports OpenAPI and GraphQL specifications processing.
88
- Added cycles support during combiners resolve
99
- Added origins support- it is now possible for any value in the unified JSO to track its origins in the source specification
1010
- Store original ref for the object if the object was resolved from ref
11-
- Gathered various API unification adapters from different libraries in the stack to a single place
11+
- Gathered various API unification adapters from different libraries in the stack to a single place
1212
- Support data structure hash calculation
1313
- Process different phases sequentially (reference resolving, allOf merge, unification)
1414
- Support synthetic `any` and `nothing` type for OAS
@@ -26,14 +26,14 @@ Supports OpenAPI and GraphQL specifications processing.
2626
- Correctly merge additionalProperties, patternProperties and properties taking into account common validations
2727
- Correctly merge items and additionalItems taking into account common validations
2828
- Supports custom rules to merge other document types and JsonSchema versions
29-
- Supports input with circular references (javaScript references)
29+
- Supports input with circular references (JavaScript references)
3030
- Supports $refs and circular $refs either (internal references only)
3131
- Correctly merge of $refs with sibling content (optionally)
3232
- Correctly merge of combiners (anyOf, oneOf) with sibling content (optionally)
33-
- Typescript syntax support out of the box
34-
- No dependencies (except json-crawl), can be used in NodeJS or browser
33+
- TypeScript syntax support out of the box
34+
- No dependencies (except json-crawl), can be used in Node.js or browser
3535

36-
## Works perfectly with specifications:
36+
## Works perfectly with specifications
3737

3838
- [JsonSchema](https://json-schema.org/draft/2020-12/json-schema-core.html)
3939
- [OpenApi 3.x](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md)
@@ -43,7 +43,7 @@ Supports OpenAPI and GraphQL specifications processing.
4343
- ~~AsyncApi 3.x~~ (roadmap)
4444

4545
## Other libraries
46-
There are some libraries that can merge schemas combined with allOf. One of the most popular is [mokkabonna/json-schema-merge-allof](https://npmjs.com/package/json-schema-merge-allof), but it has some limitatons: Does not support circular $refs and no Typescript syntax out of the box.
46+
There are some libraries that can merge schemas combined with allOf. One of the most popular is [mokkabonna/json-schema-merge-allof](https://npmjs.com/package/json-schema-merge-allof), but it has some limitatons: Does not support circular $refs and no TypeScript syntax out of the box.
4747

4848
## License
4949

0 commit comments

Comments
 (0)