riddl icon indicating copy to clipboard operation
riddl copied to clipboard

Align Type Naming With Other Languages

Open reid-spencer opened this issue 1 year ago • 0 comments

Several type definitions could be aligned with other languages:

  • "Structure" should be an alias for "Record"
  • "one of" could be defined as a Union type
  • "any of" could be defined as an Enumeration

Such features should not replace existing syntax, these should be alternatives

reid-spencer avatar Dec 21 '23 22:12 reid-spencer