Update README with OSS Code of Conduct

This commit is contained in:
Larry Golding 2016-06-21 15:06:55 -07:00 коммит произвёл GitHub
Родитель 82ecdd9645
Коммит 1159360d03
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,12 @@
# JSchema
.NET library for working with JSON schema
A .NET library for working with JSON schema Draft 4
* Read a schema file into an object model representing the schema (`JsonSchema` object).
* Write a `JsonSchema` object to a stream.
* Generate .NET classes from a schema.
* Validate the generated classes against the schema.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/),
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.