ResourceDto

A Coscine resource (a storage-backed data container within a project). Derived from the Coscine Web API OpenAPI description (ResourceDto).

EducationHigher EducationUniversityTechnical UniversityResearch DataResearch RepositoryOpen AccessIdentity FederationResearch ComputingOAI-PMHTU9GermanyEurope

Properties

Name Type Description
id string Unique identifier for the resource.
pid string Persistent identifier for the resource.
type object The resource type (ResourceTypeDto), e.g. an S3 or linked storage backend.
name string Name of the resource.
displayName string Display name of the resource.
description string Description of the resource.
keywords arraynull Keywords associated with the resource.
license objectnull License associated with the resource (LicenseDto).
usageRights stringnull Usage rights associated with the resource.
metadataLocalCopy boolean Whether a local copy of the metadata is available for the resource.
metadataExtraction boolean Whether metadata extraction is enabled for the resource.
applicationProfile object Application profile applied to the resource (ApplicationProfileMinimalDto).
fixedValues object Fixed metadata values associated with resource manipulation.
disciplines array Disciplines associated with the resource (DisciplineDto).
visibility object Visibility setting of the resource (VisibilityDto).
dateCreated stringnull Date when the resource was created.
archived boolean Whether the resource is archived.
maintenanceMode boolean Whether the resource is in maintenance mode.
View JSON Schema on GitHub

JSON Schema

rwth-aachen-university-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://coscine.rwth-aachen.de/schemas/resource.schema.json",
  "title": "ResourceDto",
  "description": "A Coscine resource (a storage-backed data container within a project). Derived from the Coscine Web API OpenAPI description (ResourceDto).",
  "type": "object",
  "required": [
    "pid",
    "type",
    "name",
    "displayName",
    "description",
    "applicationProfile",
    "fixedValues",
    "disciplines",
    "visibility"
  ],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the resource."
    },
    "pid": {
      "type": "string",
      "description": "Persistent identifier for the resource."
    },
    "type": {
      "type": "object",
      "description": "The resource type (ResourceTypeDto), e.g. an S3 or linked storage backend."
    },
    "name": {
      "type": "string",
      "description": "Name of the resource."
    },
    "displayName": {
      "type": "string",
      "description": "Display name of the resource."
    },
    "description": {
      "type": "string",
      "description": "Description of the resource."
    },
    "keywords": {
      "type": ["array", "null"],
      "items": { "type": "string" },
      "description": "Keywords associated with the resource."
    },
    "license": {
      "type": ["object", "null"],
      "description": "License associated with the resource (LicenseDto)."
    },
    "usageRights": {
      "type": ["string", "null"],
      "description": "Usage rights associated with the resource."
    },
    "metadataLocalCopy": {
      "type": "boolean",
      "description": "Whether a local copy of the metadata is available for the resource."
    },
    "metadataExtraction": {
      "type": "boolean",
      "description": "Whether metadata extraction is enabled for the resource."
    },
    "applicationProfile": {
      "type": "object",
      "description": "Application profile applied to the resource (ApplicationProfileMinimalDto)."
    },
    "fixedValues": {
      "type": "object",
      "description": "Fixed metadata values associated with resource manipulation."
    },
    "disciplines": {
      "type": "array",
      "description": "Disciplines associated with the resource (DisciplineDto).",
      "items": { "type": "object" }
    },
    "visibility": {
      "type": "object",
      "description": "Visibility setting of the resource (VisibilityDto)."
    },
    "dateCreated": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Date when the resource was created."
    },
    "archived": {
      "type": "boolean",
      "description": "Whether the resource is archived."
    },
    "maintenanceMode": {
      "type": "boolean",
      "description": "Whether the resource is in maintenance mode."
    }
  }
}

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/rwth-aachen-university-resource"
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.