Skip to content

Standardize field attributes #123

@gracecodes144

Description

@gracecodes144

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions