University of Lausanne · JSON Structure

University Of Lausanne Project Structure

JSON Structure for a SPICA atlas project.

Type: object Properties: 11 Required: 4
EducationHigher EducationUniversitySwitzerlandOpen ScienceResearch DataInstitutional Repository

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

Properties

id public_id key name description ref_id project_attrs nber_samples created_at updated_at url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://spica.unil.ch/structures/project.json",
  "name": "SpicaProject",
  "type": "object",
  "description": "JSON Structure for a SPICA atlas project.",
  "properties": {
    "id": { "type": "int32", "description": "Internal project identifier." },
    "public_id": { "type": "int32", "description": "Public-facing identifier." },
    "key": { "type": "string", "description": "Short alphanumeric project key." },
    "name": { "type": "string", "description": "Human-readable project name." },
    "description": { "type": "string", "description": "Project / experiment description." },
    "ref_id": { "type": "int32", "description": "Reference atlas identifier." },
    "project_attrs": {
      "type": "map",
      "description": "Variable experimental attributes.",
      "values": { "type": "string" }
    },
    "nber_samples": { "type": "int32", "description": "Number of samples." },
    "created_at": { "type": "datetime", "description": "Creation timestamp." },
    "updated_at": { "type": "datetime", "description": "Last update timestamp." },
    "url": { "type": "uri", "description": "Canonical project JSON URL." }
  },
  "required": ["id", "name", "ref_id", "url"]
}