Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.
/ Schemas Public archive

Community-maintained schemas for Cytoid-related JSON files

License

Notifications You must be signed in to change notification settings

CytoidCommunity/Schemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schemas

Community-maintained schemas for Cytoid-related JSON files

How to use

  1. Use a compatible editor. Visual Studio Code is recommended.
  2. Add a line to the head of your JSON file:
{
  "$schema": "https://url/to/schema",
  "other_things": "go_here"
}
  1. Enjoy the auto-completion!

Well not really. What JSON Schema can provide is actually very restricted. If you use a better tool, continue using it! This schema is to help you to write correct Cytoid-specific JSON files by hand.

Releases

NOTE: Minimal version is preferred. It has smaller file size and makes computers smile.

level.json

Version GitHub Gitee (mirror)
2.0 (Draft) raw min raw min

storyboard.json

Version GitHub Gitee (mirror)
2.0 (Draft) raw min raw min

To-Dos

  • Complete the schemas.
  • Complete integrated documentation, default values and more.
  • Style the schemas using Prettier rather than the formatter included in Visual Studio Code.
  • Publish the first release!
  • Implement JSON Schema draft 2019-09 (after Visual Studio Code fully supports it).

License

For your convenience, the schemas are in public domain, under CC0-1.0. However, we still hope you to credit us in the description of your level!

About

Community-maintained schemas for Cytoid-related JSON files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published