Skip to content

Commit 3a6347e

Browse files
author
nicosammito
committed
refactor: update linked data type identifiers to use camelCase in proto JSON files
1 parent a83d4b3 commit 3a6347e

14 files changed

Lines changed: 20 additions & 20 deletions

definitions/cron/data_type/type/cron_day_of_month.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"content": "Cron Day of Month"
2626
}
2727
],
28-
"linked_data_type_identifiers": [],
28+
"linkedDataTypeIdentifiers": [],
2929
"type": "string"
3030
}

definitions/cron/data_type/type/cron_day_of_week.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"content": "Cron Day of Week"
2626
}
2727
],
28-
"linked_data_type_identifiers": [],
28+
"linkedDataTypeIdentifiers": [],
2929
"type": "string | 'MON' | 'TUE' | 'WED' | 'THU' | 'FRI' | 'SAT' | 'SUN'"
3030
}

definitions/cron/data_type/type/cron_hour.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"content": "Cron Hour"
2626
}
2727
],
28-
"linked_data_type_identifiers": [],
28+
"linkedDataTypeIdentifiers": [],
2929
"type": "string"
3030
}

definitions/cron/data_type/type/cron_minute.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"content": "Cron Minute"
2626
}
2727
],
28-
"linked_data_type_identifiers": [],
28+
"linkedDataTypeIdentifiers": [],
2929
"type": "string"
3030
}

definitions/cron/data_type/type/cron_month.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"content": "Cron Month"
2626
}
2727
],
28-
"linked_data_type_identifiers": [],
28+
"linkedDataTypeIdentifiers": [],
2929
"type": "string | 'JAN' | 'FEB' | 'MAR' | 'APR' | 'MAY' | 'JUN' | 'JUL' | 'AUG' | 'SEP' | 'OCT' | 'NOV' | 'DEC' "
3030
}

definitions/cron/flow_type/cron.proto.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"identifier": "CRON_MINUTE",
66
"unique": "NONE",
77
"type": "CRON_MINUTE",
8-
"linked_data_type_identifiers": [
8+
"linkedDataTypeIdentifiers": [
99
"CRON_MINUTE"
1010
],
1111
"defaultValue": null,
@@ -26,7 +26,7 @@
2626
"identifier": "CRON_HOUR",
2727
"unique": "NONE",
2828
"type": "CRON_HOUR",
29-
"linked_data_type_identifiers": [
29+
"linkedDataTypeIdentifiers": [
3030
"CRON_HOUR"
3131
],
3232
"defaultValue": null,
@@ -47,7 +47,7 @@
4747
"identifier": "CRON_DAY_OF_MONTH",
4848
"unique": "NONE",
4949
"type": "CRON_DAY_OF_MONTH",
50-
"linked_data_type_identifiers": [
50+
"linkedDataTypeIdentifiers": [
5151
"CRON_DAY_OF_MONTH"
5252
],
5353
"defaultValue": null,
@@ -68,7 +68,7 @@
6868
"identifier": "CRON_MONTH",
6969
"unique": "NONE",
7070
"type": "CRON_MONTH",
71-
"linked_data_type_identifiers": [
71+
"linkedDataTypeIdentifiers": [
7272
"CRON_MONTH"
7373
],
7474
"defaultValue": null,
@@ -89,7 +89,7 @@
8989
"identifier": "CRON_DAY_OF_WEEK",
9090
"unique": "NONE",
9191
"type": "CRON_DAY_OF_WEEK",
92-
"linked_data_type_identifiers": [
92+
"linkedDataTypeIdentifiers": [
9393
"CRON_DAY_OF_WEEK"
9494
],
9595
"defaultValue": null,

definitions/rest/data_type/rest_adapter_input.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"genericKeys": [
2323
"T"
2424
],
25-
"linked_data_type_identifiers": [
25+
"linkedDataTypeIdentifiers": [
2626
"OBJECT"
2727
],
2828
"type": "{ body: T, headers: OBJECT<{}> }"

definitions/rest/flow_type/rest.proto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"identifier": "HTTP_URL",
66
"unique": "PROJECT",
77
"type": "HTTP_URL",
8-
"linked_data_type_identifiers": [
8+
"linkedDataTypeIdentifiers": [
99
"HTTP_URL"
1010
],
1111
"name": [
@@ -25,7 +25,7 @@
2525
"identifier": "HTTP_METHOD",
2626
"unique": "NONE",
2727
"type": "HTTP_METHOD",
28-
"linked_data_type_identifiers": [
28+
"linkedDataTypeIdentifiers": [
2929
"HTTP_METHOD"
3030
],
3131
"name": [
@@ -44,7 +44,7 @@
4444
],
4545
"inputType": "REST_ADAPTER_INPUT",
4646
"returnType": "HTTP_RESPONSE",
47-
"linked_data_type_identifiers": [
47+
"linkedDataTypeIdentifiers": [
4848
"REST_ADAPTER_INPUT",
4949
"HTTP_RESPONSE"
5050
],

definitions/standard/data_type/node/predicate.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"rules": [],
2222
"genericKeys": ["T"],
2323
"type": "(item: T): BOOLEAN",
24-
"linked_data_type_identifiers": [
24+
"linkedDataTypeIdentifiers": [
2525
"BOOLEAN"
2626
]
2727
}

definitions/standard/data_type/object/http_request.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "{ method: HTTP_METHOD, url: HTTP_URL, body: T, headers: OBJECT<{}> }",
2222
"genericKeys": ["T"],
2323
"rules": [],
24-
"linked_data_type_identifiers": [
24+
"linkedDataTypeIdentifiers": [
2525
"HTTP_METHOD",
2626
"HTTP_URL",
2727
"OBJECT"

0 commit comments

Comments
 (0)