Describe the bug
Creating collection with proto file contains extend google.protobuf.EnumValueOptions throw error object must be a valid nested object
Minimal example file:
syntax = "proto3";
import "google/protobuf/descriptor.proto";
extend google.protobuf.EnumValueOptions {
optional string name = 54321;
}
To Reproduce
Steps to reproduce the behavior:
Try create collection with minimal example file
Expected behavior
Successful created collection
Environment
- OS: windows 10
- ezy Version 1.0.0-beta.16
Additional context