University Of North Carolina At Chapel Hill Info Version Structure

JSON Structure for the GET /api/info/version response of the UNC Dataverse Native REST API.

Type: object Properties: 2 Required: 2
EducationHigher EducationUniversityResearch DataOpen DataGeospatialDigital LibraryUnited StatesNorth Carolina

DataverseInfoVersion is a JSON Structure definition published by University of North Carolina at Chapel Hill, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-north-carolina-at-chapel-hill/main/json-structure/university-of-north-carolina-at-chapel-hill-info-version-structure.json",
  "name": "DataverseInfoVersion",
  "description": "JSON Structure for the GET /api/info/version response of the UNC Dataverse Native REST API.",
  "type": "object",
  "properties": {
    "status": { "type": "string" },
    "data": {
      "type": "object",
      "properties": {
        "version": { "type": "string" },
        "build": { "type": "string" }
      },
      "required": ["version"]
    }
  },
  "required": ["status", "data"]
}