accordproject / concerto

Business schema language and runtime
https://concerto.accordproject.org
Apache License 2.0
122 stars 107 forks source link

fix(vocabulary): ignore empty terms #910

Open dselman opened 2 months ago

dselman commented 2 months ago

Changes

Flags

The term for Motorcycle is ignored.

locale: en
namespace: org.acme@1.0.0
declarations:
  - Motorcycle:

What should this do?

locale: en
namespace: org.acme@1.0.0
declarations:
  - Motorcycle:
     description: A motor cycle
     tooltip: Motocyle

Screenshots or Video

Related Issues

Author Checklist