青杨
Results
1
issues of
青杨
**What problem does this feature solve?** 使用typebox的default代替exampleProperties 原来是这样: ``` { metaData: { exampleProperties: { value: 'text', } }, spec: { properties: Type.Object({ value: Type.String({}), }), } } ``` 现在是这样: ```...