Skip to content

Commit 535cca0

Browse files
committed
Update openapi schema
1 parent 3775990 commit 535cca0

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

frontend/app/src/shared/api/rest/types.generated.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

schema/openapi.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,13 +2465,6 @@
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"
@@ -4671,13 +4664,6 @@
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"

0 commit comments

Comments
 (0)