{"id":24033807,"url":"https://github.com/daanv2/jsonschemavalidationcompressor.net","last_synced_at":"2026-05-28T16:31:17.571Z","repository":{"id":40727597,"uuid":"276343728","full_name":"DaanV2/JsonSchemaValidationCompressor.Net","owner":"DaanV2","description":"A program that can compress json files as well as solving relative file call","archived":false,"fork":false,"pushed_at":"2025-06-02T20:40:15.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T06:16:45.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaanV2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-01T10:09:02.000Z","updated_at":"2025-06-02T20:40:04.000Z","dependencies_parsed_at":"2022-09-13T21:41:32.765Z","dependency_job_id":null,"html_url":"https://github.com/DaanV2/JsonSchemaValidationCompressor.Net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaanV2/JsonSchemaValidationCompressor.Net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaanV2%2FJsonSchemaValidationCompressor.Net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaanV2%2FJsonSchemaValidationCompressor.Net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaanV2%2FJsonSchemaValidationCompressor.Net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaanV2%2FJsonSchemaValidationCompressor.Net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaanV2","download_url":"https://codeload.github.com/DaanV2/JsonSchemaValidationCompressor.Net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaanV2%2FJsonSchemaValidationCompressor.Net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33617718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2025-01-08T18:54:58.089Z","updated_at":"2026-05-28T16:31:17.565Z","avatar_url":"https://github.com/DaanV2.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Json Schema Validation Compressor.Net\n\nA program that can compress json files as well as solving relative file call. This program takes in a json specification file to compress a whole set of schemas\n\n## Compression file format\n\n\n```json\n{\n  \"$schema\": \"https://raw.githubusercontent.com/DaanV2/JsonSchemaValidationCompressor.Net/master/Schema/Compression%20Schema.json\",\n  \"Files\": [\n    {\n      \"Source\": \"./skinpacks/skins.json\",\n      \"Destination\": \"../skinpacks/skins.json\"\n    }\n  ]\n}\n```\n\n## Using the Docker image\n\nYou can build and run the application using Docker:\n\n### Build the Docker image\n\n```sh\ndocker build -t jsvc:latest .\n```\n\n### Run the Docker container\n\n```sh\ndocker run --rm -v $(pwd):/data jsvc:latest /data/path/to/specification.json\n```\n\n- Replace `/data/path/to/specification.json` with the path to your compression specification file (relative to your current directory).\n- The `-v $(pwd):/data` flag mounts your current directory into the container at `/data` so the app can access your files.\n\n### Example\n\n```sh\ndocker run --rm -v $(pwd):/data jsvc:latest /data/Schema/Compression\\ Schema.json\n```\n\nThis will process the specification file using the Dockerized app.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaanv2%2Fjsonschemavalidationcompressor.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaanv2%2Fjsonschemavalidationcompressor.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaanv2%2Fjsonschemavalidationcompressor.net/lists"}