EVE Online · JSON Structure
Eve Online Asset Structure
200 ok object
Type: object
Properties: 8
Required: 7
AuthenticationAuthorizationGamingImagesMMOOAuth2RESTSSOStatic Data
get_characters_character_id_assets_200_ok is a JSON Structure definition published by EVE Online, describing 8 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
is_blueprint_copy
is_singleton
item_id
location_flag
location_id
location_type
quantity
type_id
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://api-evangelist.com/json-structure/eve-online-asset-structure.json",
"name": "get_characters_character_id_assets_200_ok",
"description": "200 ok object",
"type": "object",
"required": [
"type_id",
"quantity",
"location_id",
"location_type",
"item_id",
"location_flag",
"is_singleton"
],
"properties": {
"is_blueprint_copy": {
"type": "boolean",
"description": "is_blueprint_copy boolean",
"name": "get_characters_character_id_assets_is_blueprint_copy"
},
"is_singleton": {
"type": "boolean",
"description": "is_singleton boolean",
"name": "get_characters_character_id_assets_is_singleton"
},
"item_id": {
"type": "int64",
"description": "item_id integer",
"name": "get_characters_character_id_assets_item_id"
},
"location_flag": {
"type": "string",
"enum": [
"AssetSafety",
"AutoFit",
"BoosterBay",
"CapsuleerDeliveries",
"Cargo",
"CorporationGoalDeliveries",
"CorpseBay",
"Deliveries",
"DroneBay",
"FighterBay",
"FighterTube0",
"FighterTube1",
"FighterTube2",
"FighterTube3",
"FighterTube4",
"FleetHangar",
"FrigateEscapeBay",
"Hangar",
"HangarAll",
"HiSlot0",
"HiSlot1",
"HiSlot2",
"HiSlot3",
"HiSlot4",
"HiSlot5",
"HiSlot6",
"HiSlot7",
"HiddenModifiers",
"Implant",
"InfrastructureHangar",
"LoSlot0",
"LoSlot1",
"LoSlot2",
"LoSlot3",
"LoSlot4",
"LoSlot5",
"LoSlot6",
"LoSlot7",
"Locked",
"MedSlot0",
"MedSlot1",
"MedSlot2",
"MedSlot3",
"MedSlot4",
"MedSlot5",
"MedSlot6",
"MedSlot7",
"MobileDepotHold",
"MoonMaterialBay",
"QuafeBay",
"RigSlot0",
"RigSlot1",
"RigSlot2",
"RigSlot3",
"RigSlot4",
"RigSlot5",
"RigSlot6",
"RigSlot7",
"ShipHangar",
"Skill",
"SpecializedAmmoHold",
"SpecializedAsteroidHold",
"SpecializedCommandCenterHold",
"SpecializedFuelBay",
"SpecializedGasHold",
"SpecializedIceHold",
"SpecializedIndustrialShipHold",
"SpecializedLargeShipHold",
"SpecializedMaterialBay",
"SpecializedMediumShipHold",
"SpecializedMineralHold",
"SpecializedOreHold",
"SpecializedPlanetaryCommoditiesHold",
"SpecializedSalvageHold",
"SpecializedShipHold",
"SpecializedSmallShipHold",
"StructureDeedBay",
"SubSystemBay",
"SubSystemSlot0",
"SubSystemSlot1",
"SubSystemSlot2",
"SubSystemSlot3",
"SubSystemSlot4",
"SubSystemSlot5",
"SubSystemSlot6",
"SubSystemSlot7",
"Unlocked",
"Wardrobe"
],
"description": "location_flag string",
"name": "get_characters_character_id_assets_location_flag"
},
"location_id": {
"type": "int64",
"description": "location_id integer",
"name": "get_characters_character_id_assets_location_id"
},
"location_type": {
"type": "string",
"enum": [
"station",
"solar_system",
"item",
"other"
],
"description": "location_type string",
"name": "get_characters_character_id_assets_location_type"
},
"quantity": {
"type": "int32",
"description": "quantity integer",
"name": "get_characters_character_id_assets_quantity"
},
"type_id": {
"type": "int32",
"description": "type_id integer",
"name": "get_characters_character_id_assets_type_id"
}
}
}