Charles University · JSON Structure

Charles Model Structure

JSON Structure for a LINDAT Translation model resource.

Type: object Properties: 5 Required: 2
EducationHigher EducationUniversityResearchOpen DataRepositoryOAI-PMHNatural Language ProcessingCzechiaEurope

ModelResource is a JSON Structure definition published by Charles University, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

default domain model supports title

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/charles/main/json-structure/charles-model-structure.json",
  "name": "ModelResource",
  "description": "JSON Structure for a LINDAT Translation model resource.",
  "type": "object",
  "properties": {
    "default": { "type": "boolean" },
    "domain": { "type": "string" },
    "model": { "type": "string" },
    "supports": {
      "type": "map",
      "values": {
        "type": "array",
        "items": { "type": "string" }
      }
    },
    "title": { "type": "string" }
  },
  "required": ["model", "supports"]
}