gitextract_erggqxvb/ ├── .github/ │ └── workflows/ │ └── validate.yml ├── .gitignore ├── .spectral.mjs ├── .stoplight.json ├── README.md ├── docs/ │ └── overview.md ├── models/ │ ├── ActivityLevel.json │ ├── Agent.json │ ├── Chart.json │ ├── ConnectedSystem.json │ ├── Construction.json │ ├── ConstructionMaterial.json │ ├── Contract.json │ ├── ContractDeliverGood.json │ ├── ContractPayment.json │ ├── ContractTerms.json │ ├── Cooldown.json │ ├── Extraction.json │ ├── ExtractionYield.json │ ├── Faction.json │ ├── FactionSymbol.json │ ├── FactionTrait.json │ ├── FactionTraitSymbol.json │ ├── JumpGate.json │ ├── Market.json │ ├── MarketTradeGood.json │ ├── MarketTransaction.json │ ├── Meta.json │ ├── RepairTransaction.json │ ├── ScannedShip.json │ ├── ScannedSystem.json │ ├── ScannedWaypoint.json │ ├── ScrapTransaction.json │ ├── Ship.json │ ├── ShipCargo.json │ ├── ShipCargoItem.json │ ├── ShipComponentCondition.json │ ├── ShipComponentIntegrity.json │ ├── ShipComponentQuality.json │ ├── ShipConditionEvent.json │ ├── ShipCrew.json │ ├── ShipEngine.json │ ├── ShipFrame.json │ ├── ShipFuel.json │ ├── ShipModificationTransaction.json │ ├── ShipModule.json │ ├── ShipMount.json │ ├── ShipNav.json │ ├── ShipNavFlightMode.json │ ├── ShipNavRoute.json │ ├── ShipNavRouteWaypoint.json │ ├── ShipNavRouteWaypointDeprecated.json │ ├── ShipNavStatus.json │ ├── ShipReactor.json │ ├── ShipRegistration.json │ ├── ShipRequirements.json │ ├── ShipRole.json │ ├── ShipType.json │ ├── Shipyard.json │ ├── ShipyardShip.json │ ├── ShipyardTransaction.json │ ├── Siphon.json │ ├── SiphonYield.json │ ├── SupplyLevel.json │ ├── Survey.json │ ├── SurveyDeposit.json │ ├── System.json │ ├── SystemFaction.json │ ├── SystemSymbol.json │ ├── SystemType.json │ ├── SystemWaypoint.json │ ├── TradeGood.json │ ├── TradeSymbol.json │ ├── Waypoint.json │ ├── WaypointFaction.json │ ├── WaypointModifier.json │ ├── WaypointModifierSymbol.json │ ├── WaypointOrbital.json │ ├── WaypointSymbol.json │ ├── WaypointTrait.json │ ├── WaypointTraitSymbol.json │ └── WaypointType.json ├── redocly.yaml └── reference/ └── SpaceTraders.json