ChibiMango / Minecraft-bedrock-json-schemas

The JSON validation schema files for Minecraft bedrock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The JSON validation schema files for Minecraft bedrock

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JSON 99.3%Language:TypeScript 0.7%