{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScriptVersion", "title": "ScriptVersion", "type": "object", "properties": { "code": { "type": "string", "description": "The JavaScript code" }, "datePublished": { "type": "string", "format": "date-time" } } }