Skip to content

Commit 69813b9

Browse files
committed
add yaml validator document
1 parent 8232309 commit 69813b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ For the latest version, please check the [release](https://github.com/networknt/
9494

9595
## [Specification Version](doc/specversion.md)
9696

97+
## [YAML Validation](doc/yaml.md)
98+
9799
## Known issues
98100

99101
I have just updated the test suites from the [official website](https://github.com/json-schema-org/JSON-Schema-Test-Suite) as the old ones were copied from another Java validator. Now there are several issues that need to be addressed. All of them are edge cases, in my opinion, but need to be investigated. As my old test suites were inherited from another Java JSON Schema Validator, I guess other Java Validator would have the same issues as these issues are in the Java language itself.

doc/yaml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
One of the features for this library

0 commit comments

Comments
 (0)