Apicurio / apicurio-studio

Open Source API Design
https://www.apicur.io/studio/
Apache License 2.0
988 stars 495 forks source link

Validation Rule: Circular references #124

Open xylix opened 7 years ago

xylix commented 7 years ago

When a type is created, editor allows setting the type of a child to its parent. This is technically valid but should be warned about.

EricWittmann commented 7 years ago

This is a good idea. At some point I'm hoping to have a collection of validation rules that go above and beyond what is listed in the specification. This is a great candidate for one of those rules.