All Projects β†’ Blockception β†’ Minecraft-bedrock-json-schemas

Blockception / Minecraft-bedrock-json-schemas

Licence: BSD-3-Clause license
The JSON validation schema files for Minecraft bedrock

Programming Languages

JSON
12 projects
typescript
32286 projects

Projects that are alternatives of or similar to Minecraft-bedrock-json-schemas

VSCode-Bedrock-Development-Extension
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition.
Stars: ✭ 45 (+164.71%)
Mutual labels:  json-validation, contributions-welcome, hacktoberfest2021
Let-Us-Java
[Hacktoberfest 2021] Any amazing πŸ”₯ πŸ’― code you may think of in Java, Let's compile all of them here
Stars: ✭ 39 (+129.41%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-29.41%)
Mutual labels:  contributions-welcome, hacktoberfest2021
json-schema
Clojure library JSON Schema validation and generation - Draft-07 compatible
Stars: ✭ 52 (+205.88%)
Mutual labels:  json-schema, json-validation
ML-ProjectKart
πŸ™ŒKart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Stars: ✭ 162 (+852.94%)
Mutual labels:  contributions-welcome, hacktoberfest2021
GoogleKickStart2020 Solutions
This repository will contain solutions of "Google Kick Start 2020" in C/C++/Java/Python. If you loved it, give a 🌟!
Stars: ✭ 137 (+705.88%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+16670.59%)
Mutual labels:  bedrock, hacktoberfest2021
Hacktoberfest2021 beginners
Hactoberfest repo for absolute beginners.
Stars: ✭ 39 (+129.41%)
Mutual labels:  contributions-welcome, hacktoberfest2021
robotframework-jsonvalidator
Robot Framework library for JSON validation
Stars: ✭ 21 (+23.53%)
Mutual labels:  json-schema, json-validation
CodeBucket
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 22 (+29.41%)
Mutual labels:  contributions-welcome, hacktoberfest2021
flowjv
Flow based approach to JSON validation.
Stars: ✭ 20 (+17.65%)
Mutual labels:  json-schema, json-validation
Awesome Python Scripts
πŸš€ Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (+1064.71%)
Mutual labels:  contributions-welcome, hacktoberfest2021
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+158.82%)
Mutual labels:  contributions-welcome, hacktoberfest2021
json-validator
A json validator in PHP
Stars: ✭ 52 (+205.88%)
Mutual labels:  json-schema, json-validation
Androapps
Important Android projects to learn fundamentals of android development
Stars: ✭ 48 (+182.35%)
Mutual labels:  contributions-welcome, hacktoberfest2021
bedrock-emotes
A collection of all Bedrock Edition emote UUIDs currently in the game.
Stars: ✭ 70 (+311.76%)
Mutual labels:  bedrock, minecraft-bedrock
opensource
Site de Open Source da CodeMiner42
Stars: ✭ 25 (+47.06%)
Mutual labels:  hacktoberfest2021
ZeroOctave-Javascript-Projects
This Repository Contains 150+ web development Projects.
Stars: ✭ 134 (+688.24%)
Mutual labels:  contributions-welcome
College-Notes
Contribute your handwritten PDF notes and help other students ✌ #DecodersCommunity πŸ–€
Stars: ✭ 30 (+76.47%)
Mutual labels:  hacktoberfest2021
HacktoberFest2021
No description or website provided.
Stars: ✭ 33 (+94.12%)
Mutual labels:  hacktoberfest2021

Minecraft-bedrock-json-schemas

Compress Json Schemas Format json files npm-test

The json validation schema files for Minecraft bedrock

Contributing

Any 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 smaller schemas. On other matters follow the Contribution guide

Manual Usage

Vscode

  • Copy the vscode-settings.json file into the .vscode folder in your project and rename it to: settings.json
    OR
  • Copy the contents of vscode-settings.json into your .code-workspace file under the property settings:
{
	"folders": [ { "path": "." } ],
	"settings": {
		"json.schemas": [
			...
		]
	}
}

Contents

behavior files

Resource files

Contributing

This project could more help in filling in descriptions, titles and giving snippets!

Json validation can give snippets for sub items. as well as description, but this hasn't always been filled out!

License

This project makes use of Microsoft open source license: CC-BY-4.0, MIT licenses

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].