{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/json-schema/eve-online-asset-schema.json", "title": "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", "title": "get_characters_character_id_assets_is_blueprint_copy" }, "is_singleton": { "type": "boolean", "description": "is_singleton boolean", "title": "get_characters_character_id_assets_is_singleton" }, "item_id": { "type": "integer", "format": "int64", "description": "item_id integer", "title": "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", "title": "get_characters_character_id_assets_location_flag" }, "location_id": { "type": "integer", "format": "int64", "description": "location_id integer", "title": "get_characters_character_id_assets_location_id" }, "location_type": { "type": "string", "enum": [ "station", "solar_system", "item", "other" ], "description": "location_type string", "title": "get_characters_character_id_assets_location_type" }, "quantity": { "type": "integer", "format": "int32", "description": "quantity integer", "title": "get_characters_character_id_assets_quantity" }, "type_id": { "type": "integer", "format": "int32", "description": "type_id integer", "title": "get_characters_character_id_assets_type_id" } } }