From 87eac7eb926173ec78c7438e83f020b520338c14 Mon Sep 17 00:00:00 2001 From: Anton Kucherov Date: Sun, 19 Jan 2020 01:12:01 +0300 Subject: [PATCH] Fix dataTypeFormatlink link. (#614) * fix datatype link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a471d67..9d987c265 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ Field Name | Type | Description maxLength | `integer` | See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.1. minLength | `integer` | See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.2. enums | [\*] | See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1. -format | `string` | The extending format for the previously mentioned [`type`](#parameterType). See [Data Type Formats](#dataTypeFormat) for further details. +format | `string` | The extending format for the previously mentioned [`type`](#parameterType). See [Data Type Formats](https://swagger.io/specification/v2/#dataTypeFormat) for further details. ### Future