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 RepositoryResearch RepositoryIdentity FederationOAI-PMHCourse CatalogResearch Computing

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"
  ],
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "derived",
    "source": "Derived by API Evangelist from openapi/_original/university-of-lausanne-spica.yaml, itself reconstructed from https://spica.unil.ch/home/api and confirmed against live responses. Not published by the University of Lausanne."
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/university-of-lausanne-project-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.