get_characters_character_id_industry_jobs_200_ok is a JSON Structure definition published by EVE Online, describing 22 properties, of which 14 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://api-evangelist.com/json-structure/eve-online-industryjob-structure.json",
"name": "get_characters_character_id_industry_jobs_200_ok",
"description": "200 ok object",
"type": "object",
"required": [
"job_id",
"installer_id",
"facility_id",
"station_id",
"activity_id",
"blueprint_id",
"blueprint_type_id",
"blueprint_location_id",
"output_location_id",
"runs",
"status",
"duration",
"start_date",
"end_date"
],
"properties": {
"activity_id": {
"type": "int32",
"description": "Job activity ID",
"name": "get_characters_character_id_industry_jobs_activity_id"
},
"blueprint_id": {
"type": "int64",
"description": "blueprint_id integer",
"name": "get_characters_character_id_industry_jobs_blueprint_id"
},
"blueprint_location_id": {
"type": "int64",
"description": "Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility",
"name": "get_characters_character_id_industry_jobs_blueprint_location_id"
},
"blueprint_type_id": {
"type": "int32",
"description": "blueprint_type_id integer",
"name": "get_characters_character_id_industry_jobs_blueprint_type_id"
},
"completed_character_id": {
"type": "int32",
"description": "ID of the character which completed this job",
"name": "get_characters_character_id_industry_jobs_completed_character_id"
},
"completed_date": {
"type": "datetime",
"description": "Date and time when this job was completed",
"name": "get_characters_character_id_industry_jobs_completed_date"
},
"cost": {
"type": "double",
"description": "The sume of job installation fee and industry facility tax",
"name": "get_characters_character_id_industry_jobs_cost"
},
"duration": {
"type": "int32",
"description": "Job duration in seconds",
"name": "get_characters_character_id_industry_jobs_duration"
},
"end_date": {
"type": "datetime",
"description": "Date and time when this job finished",
"name": "get_characters_character_id_industry_jobs_end_date"
},
"facility_id": {
"type": "int64",
"description": "ID of the facility where this job is running",
"name": "get_characters_character_id_industry_jobs_facility_id"
},
"installer_id": {
"type": "int32",
"description": "ID of the character which installed this job",
"name": "get_characters_character_id_industry_jobs_installer_id"
},
"job_id": {
"type": "int32",
"description": "Unique job ID",
"name": "get_characters_character_id_industry_jobs_job_id"
},
"licensed_runs": {
"type": "int32",
"description": "Number of runs blueprint is licensed for",
"name": "get_characters_character_id_industry_jobs_licensed_runs"
},
"output_location_id": {
"type": "int64",
"description": "Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility",
"name": "get_characters_character_id_industry_jobs_output_location_id"
},
"pause_date": {
"type": "datetime",
"description": "Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)",
"name": "get_characters_character_id_industry_jobs_pause_date"
},
"probability": {
"type": "float",
"description": "Chance of success for invention",
"name": "get_characters_character_id_industry_jobs_probability"
},
"product_type_id": {
"type": "int32",
"description": "Type ID of product (manufactured, copied or invented)",
"name": "get_characters_character_id_industry_jobs_product_type_id"
},
"runs": {
"type": "int32",
"description": "Number of runs for a manufacturing job, or number of copies to make for a blueprint copy",
"name": "get_characters_character_id_industry_jobs_runs"
},
"start_date": {
"type": "datetime",
"description": "Date and time when this job started",
"name": "get_characters_character_id_industry_jobs_start_date"
},
"station_id": {
"type": "int64",
"description": "ID of the station where industry facility is located",
"name": "get_characters_character_id_industry_jobs_station_id"
},
"status": {
"type": "string",
"enum": [
"active",
"cancelled",
"delivered",
"paused",
"ready",
"reverted"
],
"description": "status string",
"name": "get_characters_character_id_industry_jobs_status"
},
"successful_runs": {
"type": "int32",
"description": "Number of successful runs for this job. Equal to runs unless this is an invention job",
"name": "get_characters_character_id_industry_jobs_successful_runs"
}
}
}