add title and version info to JSON schema file

This commit is contained in:
Axel Kohlmeyer
2025-05-23 23:31:14 -04:00
parent 442e50bb17
commit 1d8d8b6445

View File

@ -1,6 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://download.lammps.org/json/molecule-schema.json",
"title": "JSON schema for LAMMPS 'molecule' files and objects",
"description": "Version 0.1; last updated 2025-05-23",
"type": "object",
"properties": {
"application": {