Skip to content

dukeofsussex/json-schema-steam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Schema Steam

GitHub license

JSON Schema for the Steam Inventory.

Installation

Simply add the $schema to your json file containing your inventory schema and enjoy the benefits of auto-completion and validation from within your favourite (supported) editor.

{
  "$schema": "https://raw.githubusercontent.com/dukeofsussex/json-schema-steam/main/schema.json",
  "appid": ...,
  "items": [{
    ...
  }]
}

Demo

Contributing

Any contributions made are welcome and greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature)
  3. Code it
  4. Commit your changes (git commit -m 'Add something awesome')
  5. Push to the branch (git push origin feature)
  6. Open a Pull Request

License

This project is licensed under the GNU GPL License. See the LICENSE file for details.

About

JSON Schema for the Steam Inventory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published