-
Notifications
You must be signed in to change notification settings - Fork 8
Standardize field attributes #123
Copy link
Copy link
Open
Labels
Description
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-stylePATTERN
and the following constraint attributes:
required(not null)minLengthmaxLengthpattern(regex to test values against)minimummaximumenum
I think to this we should add:
precisionandscalefornumberfieldstagssee Ability to classify tables/fields within a model #92
Reactions are currently unavailable