Skip to content
Snippets Groups Projects

feat(Scenario): Added runnable scenario

Merged Michal Badin requested to merge python-scenario into develop
3 files
+ 137
13
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
4
@@ -82,10 +82,10 @@ components:
type: string
description: Type of a component
enum:
- chassis
- engine
- frontWing
- suspension
- CHASSIS
- ENGINE
- FRONTWING
- SUSPENSION
CarComponentDto:
type: object
title: Component
Loading