{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BaseLanguage", "type": "object", "properties": { "runtime_version": { "type": "string" }, "packages": { "type": "array" }, "imports": { "type": "array" }, "handler": { "type": "string" } } }