Version

Base definition

{
    "kind": "version",
    "tag": string,
    "index": integer,
    "label": string,
    "url": string,
    "uri": string,
    "datasetUri": string,
    "isReleased": bool,
    "isDeleted": bool
}

List definition

In addition to the base definition, any version resource returned by a list request will contain the following properties:

{
    "createdAt": integer,
    "updatedAt": integer,
    "releasedAt": integer    
}

Get definition

In addition to the base and list definition, any version resource returned by a get request will contain the following properties:

{
    "releaseNotes": string,
    "canRelease": boolean
}

Documentation

Last updated