Enum support
jeroenrinzema opened this issue · 0 comments
jeroenrinzema commented
Most schemas have some form of enum support. It should be possible to define and reference enums inside a flow. Enums should be tracked and compatible across different schemas.
enum media {
IMAGE = 0;
VIDEO = 1;
GIF = 2;
}