{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FunctionBasic", "properties": { "name": { "type": "string", "title": "Name" }, "description": { "type": "string", "title": "Description" } }, "type": "object", "required": [ "name", "description" ] }