EVE Online · JSON Structure

Eve Online Sovereignty System Structure

200 ok object

Type: object Properties: 4 Required: 1
AuthenticationAuthorizationGamingImagesMMOOAuth2RESTSSOStatic Data

get_sovereignty_map_200_ok is a JSON Structure definition published by EVE Online, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

alliance_id corporation_id faction_id system_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.com/json-structure/eve-online-sovereigntystatus-structure.json",
  "name": "get_sovereignty_map_200_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "system_id"
  ],
  "properties": {
    "alliance_id": {
      "type": "int32",
      "description": "alliance_id integer",
      "name": "get_sovereignty_map_alliance_id"
    },
    "corporation_id": {
      "type": "int32",
      "description": "corporation_id integer",
      "name": "get_sovereignty_map_corporation_id"
    },
    "faction_id": {
      "type": "int32",
      "description": "faction_id integer",
      "name": "get_sovereignty_map_faction_id"
    },
    "system_id": {
      "type": "int32",
      "description": "system_id integer",
      "name": "get_sovereignty_map_system_id"
    }
  }
}