Skip to content

Create new type table #410

@akariv

Description

@akariv

This new JTS type will be identical to array, except it will have a mandatory attribute schema which will contain a valid JSON Table Schema for the items in the array.

For example:

"schema": {
  "fields": [
    { "name": "tender-id", "type": "string", "constraints": {"required": true} },
    { "name": "tender-documents",
      "type": "table",
      "schema": {
        "fields": [
          { "name": "document-date", "type": "date"},
          { "name": "document-title", "type": "string"},
          { "name": "document-url", "type": "string", "format": "uri"}
        ]
      }
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions