Skip to content

Commit

Permalink
Remove duplicate info about validation
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzavery committed Dec 14, 2015
1 parent 746819b commit d9537f9
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ At this point, the specifications are expected to be in swagger format.
## Creating the Swagger Specification for Azure
This [document](./documentation/creating-swagger.md) will help you understand how AutoRest converts Swagger in to code.

## Manually validating your Swagger
- Please use [this](https://json-schema-validator.herokuapp.com/) json schema validator
- In the upper left box, paste the swagger schema from [here](https://github.com/swagger-api/swagger-spec/blob/master/schemas/v2.0/schema.json)
- In the lower left box paste your swagger json
- Upon clicking the validate button you should either see errors or success.

## How to validate your swagger
* [You can use this json schema validator](https://json-schema-validator.herokuapp.com/)
* In the upper left box, paste the [swagger schema from here](https://github.com/swagger-api/swagger-spec/blob/master/schemas/v2.0/schema.json)
* In the lower left box, paste your swagger json
* Upon clicking the validate button, you should either see errors or success.

## Generating Code from Specifications

Expand All @@ -68,12 +67,6 @@ If you are interested in generating code from these specifications, please check

Please contribute to services you know and love. The curation of these specifications will ensure that we have great documentation and even better client library support for our Azure Services. If you have any questions, please reach out to the autoresteng dl.

### How to validate your swagger
* [You can use this json schema validator](https://json-schema-validator.herokuapp.com/)
* In the upper left box, paste the [swagger schema from here](https://github.com/swagger-api/swagger-spec/blob/master/schemas/v2.0/schema.json)
* In the lower left box, paste your swagger json
* Upon clicking the validate button, you should either see errors or success.

### Submitting changes

Please send a [GitHub Pull Request to Azure REST API Specs](https://github.com/azure/azure-rest-api-specs/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). When you send a pull request, we will love you forever if you include additions to the documentation for your given service. We can always use more documentation and beautiful markdown. Please follow make sure all of your commits are atomic (one feature per commit).
Expand Down

0 comments on commit d9537f9

Please sign in to comment.