CreateMissionSchema
Schema for creating a mission definition.Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | [optional] [default to ”] | |
| description | str | [optional] [default to ”] | |
| task_sequence | List[TaskStepSchema] |
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | [optional] [default to ”] | |
| description | str | [optional] [default to ”] | |
| task_sequence | List[TaskStepSchema] |