Add types for JSON Schema v6

This commit is contained in:
Cyrille Tuzi
2017-11-19 12:47:09 +01:00
parent 6ce5323252
commit 08c09da166

View File

@@ -471,5 +471,3 @@ export interface JSONSchema6 {
*/
examples?: JSONSchema6Type[];
}
export { JSONSchema6 as JSONSchema };