University of Minnesota · Schema
UMedia digital object metadata record
A UMedia digital object metadata record. Field set observed live on 2026-09-01; UMedia does not publish a schema document.
UniversityHigher EducationEducationResearchUnited StatesMinnesotaBig TenLand GrantPublic Research UniversityResearch DataResearch RepositoryOpen DataGeospatialAgricultureClimateDigital CollectionsIdentity FederationResearch Computing
Properties
| Name | Type | Description |
|---|---|---|
| _version_ | integer | |
| attachment | string | |
| barcode | string | |
| children | array | |
| city | array | |
| collection | string | |
| collection_description | string | |
| collection_name | string | |
| collection_name_s | string | |
| contact_information | string | |
| continent | array | |
| contributing_organization | string | |
| contributing_organization_name | string | |
| contributing_organization_name_s | string | |
| country | array | |
| creator | array | |
| creator_sort | string | |
| creator_ss | array | |
| date_added | string | |
| date_added_sort | string | |
| date_created | array | |
| date_created_sort | string | |
| date_created_ss | array | |
| date_modified | string | |
| description | string | |
| dimensions | string | |
| dls_identifier | array | |
| document_type | string | |
| featured_collection_order | integer | |
| first_viewer_type | string | |
| fiscal_sponsor | string | |
| format | array | |
| format_name | array | |
| id | string | |
| is_compound | boolean | |
| language | array | |
| local_identifier | array | |
| local_rights | string | |
| notes | string | |
| object | string | |
| page_count | integer | |
| parent_collection | string | |
| parent_collection_name | string | |
| parent_id | string | |
| persistent_url | string | |
| publisher | array | |
| publisher_s | string | |
| publisher_t | string | |
| record_type | string | |
| region | array | |
| set_spec | string | |
| state | array | |
| subject | array | |
| subject_ss | array | |
| super_collection_descriptions | array | |
| super_collection_name_ss | array | |
| super_collection_names | array | |
| super_collection_set_specs | array | |
| system_identifier | string | |
| thumb_cdn_url | string | |
| thumb_url | string | |
| title | string | |
| title_s | string | |
| title_search | string | |
| title_sort | string | |
| title_t | string | |
| type | string | |
| types | array | |
| viewer_type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-minnesota/main/json-schema/university-of-minnesota-umedia-item.json",
"title": "UMedia digital object metadata record",
"description": "A UMedia digital object metadata record. Field set observed live on 2026-09-01; UMedia does not publish a schema document.",
"x-artifact": {
"generated": "2026-09-01",
"method": "derived",
"source": "derived from live responses captured in examples/umedia-item-response.json and examples/umedia-search-response.json (HTTP 200, 2026-09-01). UMN Libraries publishes no schema document for UMedia."
},
"type": "object",
"properties": {
"_version_": {
"type": "integer"
},
"attachment": {
"type": "string"
},
"barcode": {
"type": "string"
},
"children": {
"type": "array",
"items": {}
},
"city": {
"type": "array",
"items": {
"type": "string"
}
},
"collection": {
"type": "string"
},
"collection_description": {
"type": "string"
},
"collection_name": {
"type": "string"
},
"collection_name_s": {
"type": "string"
},
"contact_information": {
"type": "string"
},
"continent": {
"type": "array",
"items": {
"type": "string"
}
},
"contributing_organization": {
"type": "string"
},
"contributing_organization_name": {
"type": "string"
},
"contributing_organization_name_s": {
"type": "string"
},
"country": {
"type": "array",
"items": {
"type": "string"
}
},
"creator": {
"type": "array",
"items": {
"type": "string"
}
},
"creator_sort": {
"type": "string"
},
"creator_ss": {
"type": "array",
"items": {
"type": "string"
}
},
"date_added": {
"type": "string"
},
"date_added_sort": {
"type": "string"
},
"date_created": {
"type": "array",
"items": {
"type": "string"
}
},
"date_created_sort": {
"type": "string"
},
"date_created_ss": {
"type": "array",
"items": {
"type": "string"
}
},
"date_modified": {
"type": "string"
},
"description": {
"type": "string"
},
"dimensions": {
"type": "string"
},
"dls_identifier": {
"type": "array",
"items": {
"type": "string"
}
},
"document_type": {
"type": "string"
},
"featured_collection_order": {
"type": "integer"
},
"first_viewer_type": {
"type": "string"
},
"fiscal_sponsor": {
"type": "string"
},
"format": {
"type": "array",
"items": {
"type": "string"
}
},
"format_name": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "string"
},
"is_compound": {
"type": "boolean"
},
"language": {
"type": "array",
"items": {
"type": "string"
}
},
"local_identifier": {
"type": "array",
"items": {
"type": "string"
}
},
"local_rights": {
"type": "string"
},
"notes": {
"type": "string"
},
"object": {
"type": "string"
},
"page_count": {
"type": "integer"
},
"parent_collection": {
"type": "string"
},
"parent_collection_name": {
"type": "string"
},
"parent_id": {
"type": "string"
},
"persistent_url": {
"type": "string"
},
"publisher": {
"type": "array",
"items": {
"type": "string"
}
},
"publisher_s": {
"type": "string"
},
"publisher_t": {
"type": "string"
},
"record_type": {
"type": "string"
},
"region": {
"type": "array",
"items": {
"type": "string"
}
},
"set_spec": {
"type": "string"
},
"state": {
"type": "array",
"items": {
"type": "string"
}
},
"subject": {
"type": "array",
"items": {
"type": "string"
}
},
"subject_ss": {
"type": "array",
"items": {
"type": "string"
}
},
"super_collection_descriptions": {
"type": "array",
"items": {
"type": "string"
}
},
"super_collection_name_ss": {
"type": "array",
"items": {
"type": "string"
}
},
"super_collection_names": {
"type": "array",
"items": {
"type": "string"
}
},
"super_collection_set_specs": {
"type": "array",
"items": {
"type": "string"
}
},
"system_identifier": {
"type": "string"
},
"thumb_cdn_url": {
"type": "string"
},
"thumb_url": {
"type": "string"
},
"title": {
"type": "string"
},
"title_s": {
"type": "string"
},
"title_search": {
"type": "string"
},
"title_sort": {
"type": "string"
},
"title_t": {
"type": "string"
},
"type": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
},
"viewer_type": {
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-minnesota-umedia-item"
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.