From 7b6d5fa32a2ba3f08d91cbf10384643ac4cf09a9 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Fri, 19 Jun 2020 20:49:35 +0200 Subject: [PATCH] Updated Validation Configuration (markdown) --- Validation-Configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Validation-Configuration.md b/Validation-Configuration.md index f7c358a..8c23ac7 100644 --- a/Validation-Configuration.md +++ b/Validation-Configuration.md @@ -6,7 +6,7 @@ Full support of the standard is planned in future. I will refer to the differences or limitations to the defined standard in this wiki page. ## Types -Read all about the possible [types](http://specs.frictionlessdata.io/json-table-schema/#field-types-and-formats "Types") in the [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/ "JSON Table Schema") specification. +Read all about the possible [types](https://specs.frictionlessdata.io/table-schema/#field-types-and-formats "Types") in the [JSON Table Schema](https://specs.frictionlessdata.io/table-schema/ "JSON Table Schema") specification. ### supported types @@ -25,7 +25,7 @@ Read all about the possible [types](http://specs.frictionlessdata.io/json-table- - geojson ## Available Validations -Read all about the possible [constraints](http://specs.frictionlessdata.io/json-table-schema/#field-constraints "Constraints") in the [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/ "JSON Table Schema") specification. +Read all about the possible [constraints](https://specs.frictionlessdata.io/table-schema/#field-constraints "Constraints") in the [JSON Table Schema](https://specs.frictionlessdata.io/table-schema/ "JSON Table Schema") specification. ### required @@ -61,7 +61,7 @@ _(Empty cells are not checked, see not empty validation)_ "time" : "hh:mm" The value has to be a date in the given format. If the format is given and not prefixed with **fmt:** the format is defined for java.text.SimpleDateFormat, check the official documentation of this java class for further information. -If prefixed with fmt: it is defined as standard Python/C strptime [more ...](http://specs.frictionlessdata.io/json-table-schema/#date) +If prefixed with fmt: it is defined as standard Python/C strptime [more ...](https://specs.frictionlessdata.io/table-schema/#date) _(Empty cells are not checked, see not empty validation)_ ### unique