-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize field attributes #123
Comments
I think it's also worth keeping the |
Re: |
Yeah, I got |
They are truly horrible names; I have to look them up whenever I have to deal with them. |
The json-table-schema spec gives the following attributes:
name
title
description
type
drawn fromstring
,number
,integer
,boolean
,null
,object
,array
,datetime
,date
,time
,duration
,geopoint
,geojson
,any
format
for date/time fields, drawn fromdefault
(ISO6801),any
(parseable by standard libraries),fmt:PATTERN
with astrptime
-stylePATTERN
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:
precision
andscale
fornumber
fieldstags
see Ability to classify tables/fields within a model #92The text was updated successfully, but these errors were encountered: