Tecnológico de Monterrey · JSON Structure

Tecnologico De Monterrey Searchitem Structure

JSON Structure for a single item returned by GET /api/v1/search on the Tecnológico de Monterrey Dataverse Native REST API (datahub.tec.mx).

Type: object Properties: 10 Required: 2
EducationHigher EducationUniversityOpen DataResearch DataMexicoDataverseOAI-PMH

SearchItem is a JSON Structure definition published by Tecnológico de Monterrey, describing 10 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name type url global_id description published_at publisher citation identifier_of_dataverse name_of_dataverse

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://datahub.tec.mx/structure/searchitem.json",
  "name": "SearchItem",
  "description": "JSON Structure for a single item returned by GET /api/v1/search on the Tecnológico de Monterrey Dataverse Native REST API (datahub.tec.mx).",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "type": { "type": "string" },
    "url": { "type": "string", "format": "uri" },
    "global_id": { "type": "string" },
    "description": { "type": "string" },
    "published_at": { "type": "string", "format": "date-time" },
    "publisher": { "type": "string" },
    "citation": { "type": "string" },
    "identifier_of_dataverse": { "type": "string" },
    "name_of_dataverse": { "type": "string" }
  },
  "required": ["name", "type"]
}