You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					10 lines
				
				538 B
			
		
		
			
		
	
	
					10 lines
				
				538 B
			| 
											3 years ago
										 | # JSON-Schema-Test-Suite
 | ||
|  | 
 | ||
|  | You can find all test cases [here](https://github.com/json-schema-org/JSON-Schema-Test-Suite). | ||
|  | It contains a set of JSON objects that implementors of JSON Schema validation libraries can use to test their validators. | ||
|  | 
 | ||
|  | # How to add another test case?
 | ||
|  | 
 | ||
|  | 1. Navigate to [JSON-Schema-Test-Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite/tree/master/tests) | ||
|  | 2. Choose a draft `draft4`, `draft6` or `draft7` | ||
|  | 3. Copy & paste the `test-case.json` to the project and add a test like in the `draft4.test.js` |