File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
frontend/app/src/shared/api/rest Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -669,12 +669,6 @@ export interface components {
669669 * @default true
670670 */
671671 generate_profile : boolean ;
672- /**
673- * Generate Template
674- * @description Indicate if an object template schema should be generated for this schema
675- * @default false
676- */
677- generate_template : boolean ;
678672 /**
679673 * Used By
680674 * @description List of Nodes that are referencing this Generic
@@ -1540,12 +1534,6 @@ export interface components {
15401534 * @default true
15411535 */
15421536 generate_profile : boolean ;
1543- /**
1544- * Generate Template
1545- * @description Indicate if an object template schema should be generated for this schema
1546- * @default false
1547- */
1548- generate_template : boolean ;
15491537 /**
15501538 * Used By
15511539 * @description List of Nodes that are referencing this Generic
Original file line number Diff line number Diff line change 24652465 "default" : true ,
24662466 "update" : " validate_constraint"
24672467 },
2468- "generate_template" : {
2469- "type" : " boolean" ,
2470- "title" : " Generate Template" ,
2471- "description" : " Indicate if an object template schema should be generated for this schema" ,
2472- "default" : false ,
2473- "update" : " allowed"
2474- },
24752468 "used_by" : {
24762469 "items" : {
24772470 "type" : " string"
46714664 "default" : true ,
46724665 "update" : " validate_constraint"
46734666 },
4674- "generate_template" : {
4675- "type" : " boolean" ,
4676- "title" : " Generate Template" ,
4677- "description" : " Indicate if an object template schema should be generated for this schema" ,
4678- "default" : false ,
4679- "update" : " allowed"
4680- },
46814667 "used_by" : {
46824668 "items" : {
46834669 "type" : " string"
You can’t perform that action at this time.
0 commit comments