You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the difference between /characters/{character_id}/planets/{planet_id}/pins.schematic_id and /characters/{character_id}/planets/{planet_id}/pins.factory_details.schematic_id ?
#782
Open
deadlybulb opened this issue
Mar 6, 2018
· 4 comments
Here schematic_id is optional. So far so good. However, there is an optional factory_details object which also defines a schematic_id. Is there a difference? Are they the same? Can one be present without the other?
The text was updated successfully, but these errors were encountered:
Hrm, this might be a straight up bug. Based on what I'm seeing it looks like the factory_details variation is never used. Has anyone ever seen a pin with a factory_details value?
It seems the factory_details property is a duplicate of root level schematic_id property whereas factory_details is never used compared to schematic_id.
My suggestion would be to either remove factory_details part or improve the object by returning input/output and cycle information and remove the schematic_id from the root level.
Question
Planetary Interaction endpoint defines a pin with structure:
Here
schematic_id
is optional. So far so good. However, there is an optionalfactory_details
object which also defines aschematic_id
. Is there a difference? Are they the same? Can one be present without the other?The text was updated successfully, but these errors were encountered: