Uppsala University · JSON Structure

Uppsala Ucdpprioconflict Structure

Type: object Properties: 28
EducationHigher EducationUniversityResearchOpen DataSweden

UcdpPrioConflictDb is a JSON Structure definition published by Uppsala University, describing 28 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

conflict_id location side_a side_a_Id side_a_2nd side_b side_b_Id side_b_2nd incompatibility territory_name year intensity_level cumulative_intensity type_of_conflict start_date start_prec start_date2 start_prec2 ep_end ep_end_date ep_end_prec gwno_a gwno_a_2nd gwno_b gwno_b_2nd gwno_loc region version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uppsala/main/json-structure/uppsala-ucdpprioconflict-structure.json",
  "name": "UcdpPrioConflictDb",
  "type": "object",
  "properties": {
    "conflict_id": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "side_a": {
      "type": "string"
    },
    "side_a_Id": {
      "type": "string"
    },
    "side_a_2nd": {
      "type": "string"
    },
    "side_b": {
      "type": "string"
    },
    "side_b_Id": {
      "type": "string"
    },
    "side_b_2nd": {
      "type": "string"
    },
    "incompatibility": {
      "type": "string"
    },
    "territory_name": {
      "type": "string"
    },
    "year": {
      "type": "string"
    },
    "intensity_level": {
      "type": "string"
    },
    "cumulative_intensity": {
      "type": "string"
    },
    "type_of_conflict": {
      "type": "string"
    },
    "start_date": {
      "type": "string"
    },
    "start_prec": {
      "type": "string"
    },
    "start_date2": {
      "type": "string"
    },
    "start_prec2": {
      "type": "string"
    },
    "ep_end": {
      "type": "string"
    },
    "ep_end_date": {
      "type": "string"
    },
    "ep_end_prec": {
      "type": "string"
    },
    "gwno_a": {
      "type": "string"
    },
    "gwno_a_2nd": {
      "type": "string"
    },
    "gwno_b": {
      "type": "string"
    },
    "gwno_b_2nd": {
      "type": "string"
    },
    "gwno_loc": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}