refactor(openapi): remove 'is_build_time' attribute from environment variable definitions to streamline configuration
This commit is contained in:
27
openapi.json
27
openapi.json
@@ -2773,10 +2773,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -2870,10 +2866,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -2972,10 +2964,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -7179,10 +7167,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -7276,10 +7260,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -7378,10 +7358,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -8375,9 +8351,6 @@
|
||||
"resourceable_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user