The json-table-schema spec gives the following attributes:
name
title
description
type drawn from string, number, integer, boolean, null, object, array, datetime, date, time, duration, geopoint, geojson, any
format for date/time fields, drawn from default (ISO6801), any (parseable by standard libraries), fmt:PATTERN with a strptime-style PATTERN
and the following constraint attributes:
required (not null)
minLength
maxLength
pattern (regex to test values against)
minimum
maximum
enum
I think to this we should add:
The json-table-schema spec gives the following attributes:
nametitledescriptiontypedrawn fromstring,number,integer,boolean,null,object,array,datetime,date,time,duration,geopoint,geojson,anyformatfor date/time fields, drawn fromdefault(ISO6801),any(parseable by standard libraries),fmt:PATTERNwith astrptime-stylePATTERNand the following constraint attributes:
required(not null)minLengthmaxLengthpattern(regex to test values against)minimummaximumenumI think to this we should add:
precisionandscalefornumberfieldstagssee Ability to classify tables/fields within a model #92