nasa / utm-apis

The collection of APIs for NASA's UTM project in the form of OpenAPI documents.
55 stars 35 forks source link

ContingencyPlan valid_time_begin and _end description says "Optional" #150

Closed issmith1 closed 5 years ago

issmith1 commented 5 years ago

utm-commons domain ContingencyPlan encodes that valid_time_begin and _end are required fields, however the description of valid_time_begin and _end state "Optional".

~ line 978 valid_time_begin: description: >- Optional. Time that this location is expected to be first available. ...

issmith1 commented 5 years ago

fixed