Uppsala University · Schema
UcdpPrioConflictDb
EducationHigher EducationUniversityResearchOpen DataSweden
Properties
| Name | Type | Description |
|---|---|---|
| conflict_id | stringnull | |
| location | stringnull | |
| side_a | stringnull | |
| side_a_Id | stringnull | |
| side_a_2nd | stringnull | |
| side_b | stringnull | |
| side_b_Id | stringnull | |
| side_b_2nd | stringnull | |
| incompatibility | stringnull | |
| territory_name | stringnull | |
| year | stringnull | |
| intensity_level | stringnull | |
| cumulative_intensity | stringnull | |
| type_of_conflict | stringnull | |
| start_date | stringnull | |
| start_prec | stringnull | |
| start_date2 | stringnull | |
| start_prec2 | stringnull | |
| ep_end | stringnull | |
| ep_end_date | stringnull | |
| ep_end_prec | stringnull | |
| gwno_a | stringnull | |
| gwno_a_2nd | stringnull | |
| gwno_b | stringnull | |
| gwno_b_2nd | stringnull | |
| gwno_loc | stringnull | |
| region | stringnull | |
| version | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UcdpPrioConflictDb",
"type": "object",
"additionalProperties": false,
"properties": {
"conflict_id": {
"type": [
"string",
"null"
]
},
"location": {
"type": [
"string",
"null"
]
},
"side_a": {
"type": [
"string",
"null"
]
},
"side_a_Id": {
"type": [
"string",
"null"
]
},
"side_a_2nd": {
"type": [
"string",
"null"
]
},
"side_b": {
"type": [
"string",
"null"
]
},
"side_b_Id": {
"type": [
"string",
"null"
]
},
"side_b_2nd": {
"type": [
"string",
"null"
]
},
"incompatibility": {
"type": [
"string",
"null"
]
},
"territory_name": {
"type": [
"string",
"null"
]
},
"year": {
"type": [
"string",
"null"
]
},
"intensity_level": {
"type": [
"string",
"null"
]
},
"cumulative_intensity": {
"type": [
"string",
"null"
]
},
"type_of_conflict": {
"type": [
"string",
"null"
]
},
"start_date": {
"type": [
"string",
"null"
]
},
"start_prec": {
"type": [
"string",
"null"
]
},
"start_date2": {
"type": [
"string",
"null"
]
},
"start_prec2": {
"type": [
"string",
"null"
]
},
"ep_end": {
"type": [
"string",
"null"
]
},
"ep_end_date": {
"type": [
"string",
"null"
]
},
"ep_end_prec": {
"type": [
"string",
"null"
]
},
"gwno_a": {
"type": [
"string",
"null"
]
},
"gwno_a_2nd": {
"type": [
"string",
"null"
]
},
"gwno_b": {
"type": [
"string",
"null"
]
},
"gwno_b_2nd": {
"type": [
"string",
"null"
]
},
"gwno_loc": {
"type": [
"string",
"null"
]
},
"region": {
"type": [
"string",
"null"
]
},
"version": {
"type": [
"string",
"null"
]
}
},
"$id": "https://raw.githubusercontent.com/api-evangelist/uppsala/main/json-schema/uppsala-ucdpprioconflict-schema.json"
}