Uppsala University · Schema
GedDb
UniversityHigher EducationEducationSwedenPublic Research UniversityResearch DataInstitutional RepositoryIdentity FederationResearch ComputingConflict DataOpen Access
Properties
| Name | Type | Description |
|---|---|---|
| id | integernull | |
| relid | stringnull | |
| year | integernull | |
| active_year | booleannull | |
| code_status | stringnull | |
| type_of_violence | integernull | |
| conflict_dset_id | stringnull | |
| conflict_new_id | integernull | |
| conflict_name | stringnull | |
| dyad_dset_id | stringnull | |
| dyad_new_id | integernull | |
| dyad_name | stringnull | |
| side_a_dset_id | stringnull | |
| side_a_new_id | integernull | |
| side_a | stringnull | |
| side_b_dset_id | stringnull | |
| side_b_new_id | integernull | |
| side_b | stringnull | |
| number_of_sources | integernull | |
| source_article | stringnull | |
| source_office | stringnull | |
| source_date | stringnull | |
| source_headline | stringnull | |
| source_original | stringnull | |
| where_prec | integernull | |
| where_coordinates | stringnull | |
| where_description | stringnull | |
| adm_1 | stringnull | |
| adm_2 | stringnull | |
| latitude | numbernull | |
| longitude | numbernull | |
| geom_wkt | stringnull | |
| priogrid_gid | integernull | |
| country | stringnull | |
| country_id | integernull | |
| region | stringnull | |
| event_clarity | integernull | |
| date_prec | integernull | |
| date_start | stringnull | |
| date_end | stringnull | |
| deaths_a | integernull | |
| deaths_b | integernull | |
| deaths_civilians | integernull | |
| deaths_unknown | integernull | |
| best | integernull | |
| high | integernull | |
| low | integernull | |
| gwnoa | stringnull | |
| gwnob | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"x-generated": "2026-08-30",
"x-method": "derived",
"x-source": "openapi/_original/uppsala-ucdp.yaml",
"x-operator": "institution",
"x-provenance-note": "Provenance stamp added by the API Evangelist university pipeline. This artifact was produced by API Evangelist from Uppsala University's own UCDP OpenAPI description; it was NOT published by Uppsala University.",
"title": "GedDb",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"relid": {
"type": [
"string",
"null"
]
},
"year": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"active_year": {
"type": [
"boolean",
"null"
]
},
"code_status": {
"type": [
"string",
"null"
]
},
"type_of_violence": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"conflict_dset_id": {
"type": [
"string",
"null"
]
},
"conflict_new_id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"conflict_name": {
"type": [
"string",
"null"
]
},
"dyad_dset_id": {
"type": [
"string",
"null"
]
},
"dyad_new_id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"dyad_name": {
"type": [
"string",
"null"
]
},
"side_a_dset_id": {
"type": [
"string",
"null"
]
},
"side_a_new_id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"side_a": {
"type": [
"string",
"null"
]
},
"side_b_dset_id": {
"type": [
"string",
"null"
]
},
"side_b_new_id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"side_b": {
"type": [
"string",
"null"
]
},
"number_of_sources": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"source_article": {
"type": [
"string",
"null"
]
},
"source_office": {
"type": [
"string",
"null"
]
},
"source_date": {
"type": [
"string",
"null"
]
},
"source_headline": {
"type": [
"string",
"null"
]
},
"source_original": {
"type": [
"string",
"null"
]
},
"where_prec": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"where_coordinates": {
"type": [
"string",
"null"
]
},
"where_description": {
"type": [
"string",
"null"
]
},
"adm_1": {
"type": [
"string",
"null"
]
},
"adm_2": {
"type": [
"string",
"null"
]
},
"latitude": {
"type": [
"number",
"null"
],
"format": "double"
},
"longitude": {
"type": [
"number",
"null"
],
"format": "double"
},
"geom_wkt": {
"type": [
"string",
"null"
]
},
"priogrid_gid": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"country": {
"type": [
"string",
"null"
]
},
"country_id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"region": {
"type": [
"string",
"null"
]
},
"event_clarity": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"date_prec": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"date_start": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"date_end": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"deaths_a": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"deaths_b": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"deaths_civilians": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"deaths_unknown": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"best": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"high": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"low": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"gwnoa": {
"type": [
"string",
"null"
]
},
"gwnob": {
"type": [
"string",
"null"
]
}
},
"$id": "https://raw.githubusercontent.com/api-evangelist/uppsala/main/json-schema/uppsala-gedevent-schema.json"
}
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/uppsala-gedevent"
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.