JSON Schema for the Steam Inventory.
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": [{
...
}]
}
Any contributions made are welcome and greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature
) - Code it
- Commit your changes (
git commit -m 'Add something awesome'
) - Push to the branch (
git push origin feature
) - Open a Pull Request
This project is licensed under the GNU GPL License. See the LICENSE file for details.