{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedJsSnippetVersion", "title": "PatchedJsSnippetVersion", "type": "object", "properties": { "js_snippet_version": { "type": "string", "nullable": true, "description": "Version pin: null for latest, \"1.358.0\" for exact, \"1\" for major, \"1.358\" for minor", "maxLength": 50 } } }