{"id":22245502,"url":"https://github.com/morgbn/j2u","last_synced_at":"2025-07-28T02:32:58.382Z","repository":{"id":65941093,"uuid":"602925067","full_name":"Morgbn/j2u","owner":"Morgbn","description":"Form generator based on JSON Schema","archived":false,"fork":false,"pushed_at":"2024-10-15T14:42:21.000Z","size":309,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-20T00:12:56.663Z","etag":null,"topics":["form","json-schema","ui","ui-components","ui-library","vue","vuejs3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Morgbn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-17T08:35:50.000Z","updated_at":"2024-10-15T14:42:33.000Z","dependencies_parsed_at":"2023-11-14T09:28:38.627Z","dependency_job_id":"7a25444f-f21b-41e2-89b6-05ec41c8bdfb","html_url":"https://github.com/Morgbn/j2u","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgbn%2Fj2u","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgbn%2Fj2u/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgbn%2Fj2u/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Morgbn%2Fj2u/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Morgbn","download_url":"https://codeload.github.com/Morgbn/j2u/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227857494,"owners_count":17830210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["form","json-schema","ui","ui-components","ui-library","vue","vuejs3"],"created_at":"2024-12-03T05:16:08.493Z","updated_at":"2024-12-03T05:16:09.214Z","avatar_url":"https://github.com/Morgbn.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# J2U\nJSON Schema based form generator built with vue 3\n\n### Installation\n```sh\nyarn add j2u # npm i j2u\n```\n\n### Basic Usage\n```html\n\u003cJsonSchema :schema=\"schema\" v-model=\"value\"/\u003e\n```\n```js\nschema = {\n    type: 'object',\n    properties: {\n      aaa: { type: 'string', minLength: 1 },\n      bbb: { type: 'boolean' },\n      ccc: { type: 'string', enum: ['1', '2', '3'] },\n      ddd: {\n        type: 'object',\n        title: '',\n        properties: {\n          a1: { type: 'string', minLength: 1, maxLength: 5 },\n          b2: { type: 'boolean', default: true },\n          ddd: {\n            type: 'object',\n            properties: {\n              a1: { type: 'string', default: 'aaa' },\n              b2: { type: 'boolean' }\n            }\n          }\n        }\n      }\n    }\n}\n```\n\n### Credits\n- inspired by [vue-jsonschema-form](https://github.com/roma219/vue-jsonschema-form) and [ncform](https://github.com/ncform/ncform)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgbn%2Fj2u","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorgbn%2Fj2u","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgbn%2Fj2u/lists"}