{"id":16836450,"url":"https://github.com/jcfr/dock-kwalify","last_synced_at":"2025-10-07T09:59:03.959Z","repository":{"id":137718936,"uuid":"69395514","full_name":"jcfr/dock-kwalify","owner":"jcfr","description":"Dockerized version of kwalify: Parser, schema validator, and data binding tool for YAML and JSON.","archived":false,"fork":false,"pushed_at":"2016-10-08T03:09:05.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T03:19:07.031Z","etag":null,"topics":["dockerized","yaml-validator"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcfr.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_Apache_20","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":"2016-09-27T20:25:00.000Z","updated_at":"2018-07-14T07:35:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2d28440-9d2f-4680-843d-14597a746a61","html_url":"https://github.com/jcfr/dock-kwalify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcfr/dock-kwalify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcfr%2Fdock-kwalify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcfr%2Fdock-kwalify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcfr%2Fdock-kwalify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcfr%2Fdock-kwalify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcfr","download_url":"https://codeload.github.com/jcfr/dock-kwalify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcfr%2Fdock-kwalify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278755161,"owners_count":26040034,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dockerized","yaml-validator"],"created_at":"2024-10-13T12:13:31.639Z","updated_at":"2025-10-07T09:59:03.932Z","avatar_url":"https://github.com/jcfr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"dock-kwalify\n============\n\nDockerized version of `kwalify \u003chttp://www.kuwata-lab.com/kwalify/\u003e`_: Parser, schema validator, and data binding tool for YAML and JSON.\n\n.. |dock-kwalify| image:: https://images.microbadger.com/badges/image/jcfr/dock-kwalify.svg\n  :target: https://microbadger.com/images/jcfr/dock-kwalify\n\njcfr/dock-kwalify\n  |dock-kwalify| Dockerized version of kwalify.\n\n\nUsage\n-----\n\n::\n\n  $ kwalify --help\n  kwalify - schema validator and data binding tool for YAML and JSON\n  ## Usage1: validate yaml document\n  kwalify [..options..] -f schema.yaml doc.yaml [doc2.yaml ...]\n  ## Usage2: validate schema definition\n  kwalify [..options..] -m schema.yaml [schema2.yaml ...]\n  ## Usage3: do action\n  kwalify [..options..] -a action -f schema.yaml [schema2.yaml ...]\n    -h, --help     : help\n    -v             : version\n    -q             : quiet\n    -s             : silent (obsolete, use '-q' instead)\n    -f schema.yaml : schema definition file\n    -m             : meta-validation mode\n    -t             : expand tab characters\n    -l             : show linenumber when errored (experimental)\n    -E             : show errors in emacs-style (experimental, implies '-l')\n    -a action      : action ('genclass-ruby', 'genclass-php', 'genclass-java')\n                     (try '-ha genclass-ruby' for details)\n    -I path        : template path (for '-a')\n    -P             : allow preceding alias\n\n\nInstallation\n------------\n\nThis image does not need to be run manually. Instead, there is a helper script\nto execute it.\n\nTo install the helper script, copy the script `kwalify` in your `PATH`::\n\n  curl https://raw.githubusercontent.com/jcfr/dock-kwalify/master/kwalify.sh \\\n    -o ~/bin/kwalify \u0026\u0026 \\\n  chmod +x ~/bin/kwalify\n\n\nMaintenance\n-----------\n\nTo rebuild the image::\n\n  git clone git://github.com/jcfr/dock-kwalify\n  make build\n\n\nTo publish the image::\n\n  docker login -u \u003cuser\u003e -p \u003cpassword\u003e\n  make push\n\n\nLicense\n-------\n\nThis project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.\n\nIt is covered by the Apache License, Version 2.0:\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nkwalify is distributed under the MIT License.\n\nFor more information about Kwalify, visit http://www.kuwata-lab.com/kwalify/\n\n\n---\n\nCredits go to `sdt/docker-raspberry-pi-cross-compiler \u003chttps://github.com/sdt/docker-raspberry-pi-cross-compiler\u003e`_, who invented the base of the dockerized script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcfr%2Fdock-kwalify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcfr%2Fdock-kwalify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcfr%2Fdock-kwalify/lists"}