Charles University · JSON Structure

Charles Language Structure

JSON Structure for a LINDAT Translation language resource.

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

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

Properties

name 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-language-structure.json",
  "name": "LanguageResource",
  "description": "JSON Structure for a LINDAT Translation language resource.",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "title": { "type": "string" }
  },
  "required": ["name"]
}