{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateVariableOption defines the properties of the variable to create.", "type": "object", "required": [ "value" ], "properties": { "value": { "description": "Value of the variable to create. Special characters will be retained. Line endings will be normalized to LF to\nmatch the behaviour of browsers. Encode the data with Base64 if line endings should be retained.", "type": "string", "x-go-name": "Value" } }, "x-go-package": "forgejo.org/modules/structs" }