astm-utm / Protocol

ASTM UTM Protocol (API and sequence diagrams)
16 stars 11 forks source link

`Circle` does not require `center` or `radius` properties #70

Open eval-on-point opened 1 year ago

eval-on-point commented 1 year ago

The Circle schema currently has optional fields for center and radius.

The meaning of a circle missing either of these fields is unclear. Can the description of either Circle or outline_circle be amended to clarify? Otherwise, can these fields be required?