From 1d8d8b64457607f2547d21d558a5a01906603f0c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 23 May 2025 23:31:14 -0400 Subject: [PATCH] add title and version info to JSON schema file --- tools/json/molecule-schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/json/molecule-schema.json b/tools/json/molecule-schema.json index 40d5b95ba8..bc7c8c5231 100644 --- a/tools/json/molecule-schema.json +++ b/tools/json/molecule-schema.json @@ -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": {