{"id":23008920,"url":"https://github.com/getty/perl-moosex-jsonschema","last_synced_at":"2025-04-02T16:12:17.991Z","repository":{"id":250966293,"uuid":"835992861","full_name":"Getty/perl-moosex-jsonschema","owner":"Getty","description":"MooseX::JSONSchema","archived":false,"fork":false,"pushed_at":"2024-08-03T20:36:08.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T06:42:56.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/Getty.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-07-31T00:16:18.000Z","updated_at":"2025-01-09T04:27:39.000Z","dependencies_parsed_at":"2024-12-15T09:22:00.487Z","dependency_job_id":null,"html_url":"https://github.com/Getty/perl-moosex-jsonschema","commit_stats":null,"previous_names":["getty/perl-moosex-jsonschema"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Fperl-moosex-jsonschema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Fperl-moosex-jsonschema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Fperl-moosex-jsonschema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Getty%2Fperl-moosex-jsonschema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Getty","download_url":"https://codeload.github.com/Getty/perl-moosex-jsonschema/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246847140,"owners_count":20843444,"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":[],"created_at":"2024-12-15T09:11:55.050Z","updated_at":"2025-04-02T16:12:17.966Z","avatar_url":"https://github.com/Getty.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\n\n    package PersonClass;\n\n    use Moose;\n    use MooseX::JSONSchema;\n\n    json_schema_title \"A person\";\n\n    string first_name =\u003e \"The first name of the person\";\n    string last_name =\u003e \"The last name of the person\";\n    integer age =\u003e \"Current age in years\", json_schema_args =\u003e { minimum =\u003e 0, maximum =\u003e 200 };\n\n    1;\n\n    package CharacterClass;\n\n    use Moose;\n    use MooseX::JSONSchema;\n\n    extends 'PersonClass';\n\n    json_schema_title \"Extended person\";\n\n    string job =\u003e \"The job of the person\";\n\n    1;\n\n    my $json_schema_json = PersonClass-\u003emeta-\u003ejson_schema_json;\n\n    my $person = PersonClass-\u003enew(\n      first_name =\u003e \"Peter\",\n      last_name =\u003e \"Parker\",\n      age =\u003e 21,\n    );\n\n    my $json_schema_data_json = $person-\u003ejson_schema_data_json;\n\n# DESCRIPTION\n\n**THIS API IS WORK IN PROGRESS**\n\n# SUPPORT\n\nRepository\n\n     https://github.com/Getty/perl-moosex-jsonschema\n     Pull request and additional contributors are welcome\n    \n\nIssue Tracker\n\n    https://github.com/Getty/perl-moosex-jsonschema/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetty%2Fperl-moosex-jsonschema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetty%2Fperl-moosex-jsonschema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetty%2Fperl-moosex-jsonschema/lists"}