JsonSchemaToTypeScript编译JSON模式为TypeScript类型声明
JsonSchema到TypeScript编译JSON模式以键入TypeScript例: { "title": "Example Schema", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "description": "Age in years", "type": "integer" } } }
json-schema-to-typescript:将JSONSchema编译为TypeScript类型声明
预估大小:179个文件
.eslintrc.json
1KB
launch.json
452B
person.json
395B
tsconfig.json
438B
package.json
778B
tsconfig.json
450B
ReferencedType.json
507B
ReferencedTypeWithoutID.json
460B
defaultID.json
807B
nonObjectItems.json
475B
610.18KB
文件大小:
评论区