Skip to content

Commit 745349b

Browse files
committed
drop: removed defaultValue field
1 parent 6d63fcf commit 745349b

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

definitions/rest/data_type/rest.header_input.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
}
2020
],
2121
"rules": [],
22-
"linked_data_type_identifiers": [],
22+
"linked_data_type_identifiers": ["OBJECT"],
2323
"signature": "{}"
2424
}

definitions/rest/flow_type/rest.proto.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"identifier": "HTTP_URL",
66
"unique": "PROJECT",
77
"dataTypeIdentifier": "HTTP_URL",
8-
"defaultValue": null,
98
"name": [
109
{
1110
"code": "en-US",
@@ -23,7 +22,6 @@
2322
"identifier": "HTTP_METHOD",
2423
"unique": "NONE",
2524
"dataTypeIdentifier": "HTTP_METHOD",
26-
"defaultValue": null,
2725
"name": [
2826
{
2927
"code": "en-US",

definitions/rest/runtime_definition/rest_control_respond.proto.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"runtimeParameterDefinitions": [
44
{
55
"runtimeName": "http_response",
6-
"defaultValue": null,
76
"name": [
87
{
98
"code": "en-US",

0 commit comments

Comments
 (0)