{"id":25059828,"url":"https://github.com/blockception/minecraft-bedrock-json-schemas","last_synced_at":"2025-04-06T09:06:44.309Z","repository":{"id":37460895,"uuid":"309135606","full_name":"Blockception/Minecraft-bedrock-json-schemas","owner":"Blockception","description":"The JSON validation schema files for Minecraft bedrock ","archived":false,"fork":false,"pushed_at":"2025-03-26T07:58:22.000Z","size":7188,"stargazers_count":58,"open_issues_count":9,"forks_count":31,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T08:07:44.714Z","etag":null,"topics":["animation-controllers","bedrock","contributions-welcome","hacktoberfest","json","json-schema","json-validation","minecraft","minecraft-bedrock","open-source","snippets"],"latest_commit_sha":null,"homepage":"","language":"JSON","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Blockception.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-01T16:15:54.000Z","updated_at":"2025-03-26T07:58:25.000Z","dependencies_parsed_at":"2023-10-15T16:25:48.720Z","dependency_job_id":"ed445fed-12d2-48f7-aa14-37f078c8c5db","html_url":"https://github.com/Blockception/Minecraft-bedrock-json-schemas","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMinecraft-bedrock-json-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMinecraft-bedrock-json-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMinecraft-bedrock-json-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMinecraft-bedrock-json-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blockception","download_url":"https://codeload.github.com/Blockception/Minecraft-bedrock-json-schemas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457799,"owners_count":20941906,"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":["animation-controllers","bedrock","contributions-welcome","hacktoberfest","json","json-schema","json-validation","minecraft","minecraft-bedrock","open-source","snippets"],"created_at":"2025-02-06T15:55:03.862Z","updated_at":"2025-04-06T09:06:44.288Z","avatar_url":"https://github.com/Blockception.png","language":"JSON","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft-bedrock-json-schemas\n\n[![Compress Json Schemas](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/compress-json-schemas.yml/badge.svg?branch=main\u0026event=push)](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/compress-json-schemas.yml)\n[![Format json files](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml/badge.svg?branch=main\u0026event=push)](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml)\n[![Unit Test](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/pull-request.yml/badge.svg)](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/pull-request.yml)\n\nThe JSON validation schema files for Minecraft bedrock\n\n- [Minecraft-bedrock-json-schemas](#minecraft-bedrock-json-schemas)\n  - [Contributing](#contributing)\n  - [Manual Usage](#manual-usage)\n    - [Vscode](#vscode)\n- [Contents](#contents)\n  - [behavior files](#behavior-files)\n  - [Resource files](#resource-files)\n  - [License](#license)\n\n## Contributing\n\nAny changes to the schemas are to be done through the source files in the folder source. These get converted and compressed through an action into\nsmaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.md).\n\nThis project could use help in filling in descriptions, titles and giving snippets!\n\nJSON validation can give snippets for sub items, as well as description, but this hasn't always been filled out!\n\n## Manual Usage\n\n### Vscode\n\n- Copy the `vscode-settings.json` file into the `.vscode` folder in your project and rename it to: `settings.json`  \n  OR\n- Copy the contents of `vscode-settings.json` into your `.code-workspace` file under the property settings:\n\n```JSON\n{\n  \"folders\": [ { \"path\": \".\" } ],\n  \"settings\": {\n    \"json.schemas\": [\n      ...\n    ]\n  }\n}\n```\n\n---\n\n# Contents\n\n## Behavior files\n\n- [Animation Controllers](behavior/animation_controllers/animation_controller.json)\n- [Animations](behavior/animations/animations.json)\n- [Blocks](behavior/blocks/blocks.json)\n- [Entities](behavior/entities/entities.json)\n- [Items](behavior/items/items.json)\n- [Loot tables](behavior/loot_tables/loot_tables.json)\n- [Recipes](behavior/recipes/recipes.json)\n- [Spawn rules](behavior/spawn_rules/spawn_rules.json)\n- [Trading](behavior/trading/trading.json)\n- [Jigsaws](behavior/worldgen)\n- [Crafting Item Catalog](behavior/item_catalog/crafting_item_catalog.json)\n\n## Resource files\n\n- [Animations](resource/animations/animations.json)\n- [Animation Controllers](resource/animation_controllers/animation_controller.json)\n- [Attachables](resource/attachables/attachables.json)\n- [Biomes](resource/biomes/biomes.json)\n- [Biomes client](resource/biomes_client.json)\n- [Blocks](resource/blocks.json)\n- [Entity](resource/entity/entities.json)\n- [Flipbook texture](resource/textures/flipbook_textures.json)\n- [Fog](resource/fog/fog.json)\n- [Item texture](resource/textures/item_texture.json)\n- [Items](resource/items/items.json)\n- [Materials](resource/materials/materials.json)\n- [Models](resource/models/entity/model_entity.json)\n- [Music](resource/sounds/music_definitions.json)\n- [Particles](resource/particles/particles.json)\n- [Render Controllers](resource/render_controllers/render_controllers.json)\n- [Sounds](resource/sounds/sound_definitions.json)\n- [Terrain texture](resource/textures/terrain_texture.json)\n- [Terrain list](resource/textures/texture_list.json)\n- [Texture Set](resource/textures/texture_set.json)\n\n## License\n\nThis project makes use of Microsoft open source license:\n[CC-BY-4.0, MIT licenses](https://github.com/MicrosoftDocs/minecraft-creator/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockception%2Fminecraft-bedrock-json-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockception%2Fminecraft-bedrock-json-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockception%2Fminecraft-bedrock-json-schemas/lists"}