{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomJavascript", "title": "CustomJavascript", "type": "object", "properties": { "id": { "description": "Not allowed on create.", "type": "string", "nullable": true }, "properties": { "$ref": "#/components/schemas/TriggerBaseProperties" }, "type": { "type": "string", "enum": [ "custom_javascript" ] } }, "required": [ "type" ] }