@@ -173,9 +173,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EXPERIMENTAL_formHooks": {
|
||||
"EXPERIMENTAL_formDecorators": {
|
||||
"type": "object",
|
||||
"description": "A list of hooks and their inputs that the form should trigger before submitting the job",
|
||||
"description": "A list of decorators and their inputs that the form should trigger before submitting the job",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
|
||||
@@ -59,7 +59,7 @@ export interface TemplateEntityV1beta3 extends Entity {
|
||||
/**
|
||||
* Form hooks to be run
|
||||
*/
|
||||
EXPERIMENTAL_formHooks?: { id: string; input?: JsonObject }[];
|
||||
EXPERIMENTAL_formDecorators?: { id: string; input?: JsonObject }[];
|
||||
|
||||
/**
|
||||
* This is a JSONSchema or an array of JSONSchema's which is used to render a form in the frontend
|
||||
|
||||
Reference in New Issue
Block a user