Enum is given: enum Test { A = 'aaa', B = 'bbb', }. And validated class: class TestClass { @IsEnum(Test) type: Test; }. Result json schema:
確定! 回上一頁