SPICA Project

A SPICA atlas project and its experimental metadata.

EducationHigher EducationUniversitySwitzerlandOpen ScienceResearch DataInstitutional RepositoryResearch RepositoryIdentity FederationOAI-PMHCourse CatalogResearch Computing

Properties

Name Type Description
id integer Internal project identifier.
public_id integer Public-facing project identifier.
key string Short alphanumeric project key.
name string Human-readable project name.
description string Description of the project / experiment.
ref_id integer Reference atlas identifier the project belongs to.
project_attrs object Variable key-value experimental attributes.
nber_samples integer Number of samples in the project.
created_at string Creation timestamp (ISO 8601).
updated_at string Last update timestamp (ISO 8601).
url string Canonical URL to the project JSON resource.
View JSON Schema on GitHub

JSON Schema

university-of-lausanne-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://spica.unil.ch/schemas/project.json",
  "title": "SPICA Project",
  "description": "A SPICA atlas project and its experimental metadata.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Internal project identifier."
    },
    "public_id": {
      "type": "integer",
      "description": "Public-facing project identifier."
    },
    "key": {
      "type": "string",
      "description": "Short alphanumeric project key."
    },
    "name": {
      "type": "string",
      "description": "Human-readable project name."
    },
    "description": {
      "type": "string",
      "description": "Description of the project / experiment."
    },
    "ref_id": {
      "type": "integer",
      "description": "Reference atlas identifier the project belongs to."
    },
    "project_attrs": {
      "type": "object",
      "description": "Variable key-value experimental attributes.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "nber_samples": {
      "type": "integer",
      "description": "Number of samples in the project."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Creation timestamp (ISO 8601)."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Last update timestamp (ISO 8601)."
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Canonical URL to the project JSON resource."
    }
  },
  "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/university-of-lausanne-project"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.