RDEDataSet

GraphViz

Schema

The considered APS type (download) looks as follows:

{
  "name": "RDEDataSet",
  "id": "http://www.odin.com/rde/data-set/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/abstract/types/unlimited-resource/1.0"
  ],
  "access": {
    "global": true
  },
  "relations": {
    "reportFiles": {
      "type": "http://www.odin.com/rde/report-file/1.6",
      "collection": true
    },
    "reportTemplates": {
      "type": "http://www.odin.com/rde/report-template/1.5",
      "collection": true
    },
    "tenant": {
      "type": "http://www.odin.com/rde/tenant/2.2"
    }
  },
  "properties": {
    "dataSetType": {
      "type": "string",
      "required": true,
      "minLength": 1
    },
    "label": {
      "type": "string"
    },
    "title": {
      "type": "http://aps-standard.org/types/core/i18n/1.3#MLString",
      "required": true
    },
    "description": {
      "type": "http://aps-standard.org/types/core/i18n/1.3#MLString"
    },
    "reportFileRecord": {
      "type": "integer"
    }
  }
}

Properties

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

dataSetType

String

Required

label

String

Not Required

title

I18n

Required

description

I18n

Not Required

reportFileRecord

Integer

Not Required

Relationship

NAME

TYPE

REQUIRED

DESCRIPTION

reportFiles

Collection of RDEReportFile

No

reportTemplates

Collection of RDEReportTemplate

No

tenant

RDETenant

No

Examples

Please find general description of create-read-update-delete (CRUD) operations with resources, properties, and structures respectively at: