network registry — component schemas

JSON Schema bundle derived from the component schemas of openapi/university-of-helsinki-network-registry-api-openapi.yml, which was harvested verbatim from the University of Helsinki API portal (https://api.helsinki.fi/portal/environments/DEFAULT/apis/77df50a0-3047-4dcd-9f50-a030472dcd36/pages/b8cfffda-53db-4deb-8fff-da53db8debb9/content). Schemas are reproduced unchanged from the provider's own OpenAPI; only the $schema/$id/$defs envelope is ours.

EducationHigher EducationUniversityFinlandNordicResearchOpen DataResearch DataInstitutional RepositoryOAI-PMHIdentity FederationAPI GatewayCourse CatalogLibraryBiodiversity
View JSON Schema on GitHub

JSON Schema

university-of-helsinki-network-registry-api-schemas.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-helsinki/main/json-schema/university-of-helsinki-network-registry-api-schemas.json",
  "title": "network registry — component schemas",
  "description": "JSON Schema bundle derived from the component schemas of openapi/university-of-helsinki-network-registry-api-openapi.yml, which was harvested verbatim from the University of Helsinki API portal (https://api.helsinki.fi/portal/environments/DEFAULT/apis/77df50a0-3047-4dcd-9f50-a030472dcd36/pages/b8cfffda-53db-4deb-8fff-da53db8debb9/content). Schemas are reproduced unchanged from the provider's own OpenAPI; only the $schema/$id/$defs envelope is ours.",
  "x-generated": "2026-08-30",
  "x-method": "derived",
  "x-source": "openapi/university-of-helsinki-network-registry-api-openapi.yml",
  "$defs": {
    "NewHostRequirements": {
      "required": [
        "laitos",
        "nimi",
        "rakennus",
        "vh",
        "vlan"
      ],
      "type": "object"
    },
    "Host": {
      "type": "object",
      "properties": {
        "nimi": {
          "maxLength": 150,
          "type": "string",
          "example": "host.fe"
        },
        "eth": {
          "maxLength": 12,
          "pattern": "^(-|[0-9a-fA-F]{12})$",
          "type": "string",
          "nullable": true
        },
        "laitos": {
          "maxLength": 20,
          "type": "string"
        },
        "rakennus": {
          "maxLength": 20,
          "type": "string"
        },
        "vlan": {
          "maxLength": 40,
          "type": "string"
        },
        "vh": {
          "maxLength": 50,
          "type": "string",
          "format": "email"
        },
        "ra": {
          "maxLength": 13,
          "pattern": "^\\d{8}-\\d{4}$",
          "type": "string",
          "description": "time of last change; value ignored on input",
          "format": "YYYYMMDD-HHmm",
          "readOnly": true,
          "example": "20220812-1614"
        },
        "ip": {
          "nullable": true,
          "oneOf": [
            {
              "maxLength": 1,
              "pattern": "^(\\.|\\*)?$",
              "type": "string",
              "description": "a single dot or asterisk means any address is fine",
              "example": "."
            },
            {
              "maxLength": 1,
              "pattern": "^-$",
              "type": "string",
              "description": "a dash means no address and could be left out as well",
              "example": "."
            },
            {
              "maxLength": 15,
              "pattern": "^[0-9*]{1,3}\\.[0-9*]{1,3}\\.[0-9*]{1,3}\\.[0-9*]{1,3}$",
              "type": "string",
              "example": "128.214.38.*"
            }
          ]
        },
        "ipv6": {
          "nullable": true,
          "oneOf": [
            {
              "maxLength": 1,
              "pattern": "^(\\.|\\*)?$",
              "type": "string",
              "description": "a single dot or asterisk means any address is fine",
              "example": "."
            },
            {
              "maxLength": 1,
              "pattern": "^-$",
              "type": "string",
              "description": "a dash means no address and could be left out as well",
              "example": "."
            },
            {
              "maxLength": 39,
              "pattern": "^[0-9a-f*:]+$",
              "type": "string",
              "example": "2001:708:110:30::*"
            }
          ]
        },
        "laite": {
          "maxLength": 150,
          "type": "string"
        },
        "huone": {
          "maxLength": 150,
          "type": "string",
          "nullable": true
        },
        "kayttaja": {
          "maxLength": 150,
          "type": "string",
          "nullable": true
        },
        "dhcp": {
          "maxLength": 50,
          "type": "string",
          "example": "hki"
        },
        "cname": {
          "maxLength": 150,
          "type": "string",
          "nullable": true,
          "example": "servername.it.helsinki.fi."
        },
        "flags": {
          "maxLength": 50,
          "type": "string",
          "example": "wol-aadalib"
        },
        "routingscope": {
          "maxLength": 40,
          "type": "string",
          "example": "public"
        }
      }
    },
    "HostCollection": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Host"
      }
    },
    "HostSearchSpecification": {
      "type": "object",
      "properties": {
        "nimi": {
          "maxLength": 150,
          "type": "string",
          "example": "host*.fe"
        },
        "eth": {
          "maxLength": 12,
          "type": "string",
          "example": "DEAD*BE?F"
        },
        "laitos": {
          "maxLength": 20,
          "type": "string"
        },
        "rakennus": {
          "maxLength": 20,
          "type": "string"
        },
        "vlan": {
          "maxLength": 40,
          "type": "string"
        },
        "vh": {
          "maxLength": 50,
          "type": "string"
        },
        "ra": {
          "maxLength": 13,
          "type": "string"
        },
        "ip": {
          "maxLength": 15,
          "type": "string"
        },
        "ipv6": {
          "maxLength": 39,
          "type": "string"
        },
        "laite": {
          "maxLength": 150,
          "type": "string"
        },
        "huone": {
          "maxLength": 150,
          "type": "string"
        },
        "kayttaja": {
          "maxLength": 150,
          "type": "string"
        },
        "dhcp": {
          "maxLength": 50,
          "type": "string"
        },
        "cname": {
          "maxLength": 150,
          "type": "string"
        },
        "flags": {
          "maxLength": 50,
          "type": "string"
        },
        "routingscope": {
          "maxLength": 40,
          "type": "string"
        }
      }
    }
  }
}

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-helsinki-network-registry-api-schemas"
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.