Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 714 Bytes

UDFInfo.md

File metadata and controls

21 lines (13 loc) · 714 Bytes

UDFInfo

User-defined function that can persist in db, used and shared multiple times

Properties

Name Type Description Notes
id String Unique ID of UDF [optional]
name String name of UDF [optional]
language UDFLanguage [optional]
type UDFType [optional]
readme String Markdown readme of UDFs [optional]
licenseId String License identifier from SPDX License List or Custom [optional]
licenseText String License text [optional]
tags List<String> optional tags for UDF [optional]