Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions json_schemas/data_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"properties": {
"response_type": {
"const": "data",
"enum": [
"data"
],
"title": "Response Type",
"type": "string"
},
Expand Down
3 changes: 0 additions & 3 deletions json_schemas/error_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"properties": {
"response_type": {
"const": "error",
"enum": [
"error"
],
"title": "Response Type",
"type": "string"
},
Expand Down
63 changes: 2 additions & 61 deletions json_schemas/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"object_type": {
"const": "briefcase",
"default": "briefcase",
"enum": [
"briefcase"
],
"title": "Object Type",
"type": "string"
},
Expand Down Expand Up @@ -94,9 +91,6 @@
"object_type": {
"const": "document",
"default": "document",
"enum": [
"document"
],
"title": "Object Type",
"type": "string"
},
Expand Down Expand Up @@ -772,9 +766,6 @@
"name": {
"const": "document_release_check",
"default": "document_release_check",
"enum": [
"document_release_check"
],
"title": "Name",
"type": "string"
},
Expand Down Expand Up @@ -829,9 +820,6 @@
"dialog_type": {
"const": "document_release",
"default": "document_release",
"enum": [
"document_release"
],
"title": "Dialog Type",
"type": "string"
},
Expand Down Expand Up @@ -870,9 +858,6 @@
"name": {
"const": "document_release",
"default": "document_release",
"enum": [
"document_release"
],
"title": "Name",
"type": "string"
},
Expand All @@ -897,9 +882,6 @@
"properties": {
"name": {
"const": "dummy",
"enum": [
"dummy"
],
"title": "Name",
"type": "string"
},
Expand All @@ -909,11 +891,7 @@
"type": "string"
},
"data": {
"allOf": [
{
"$ref": "#/$defs/DummyEventData"
}
],
"$ref": "#/$defs/DummyEventData",
"default": []
}
},
Expand Down Expand Up @@ -953,9 +931,6 @@
"object_type": {
"const": "engineering_change",
"default": "engineering_change",
"enum": [
"engineering_change"
],
"title": "Object Type",
"type": "string"
},
Expand Down Expand Up @@ -1264,9 +1239,6 @@
"name": {
"const": "engineering_change_release",
"default": "engineering_change_release",
"enum": [
"engineering_change_release"
],
"title": "Name",
"type": "string"
},
Expand All @@ -1291,9 +1263,6 @@
"name": {
"const": "engineering_change_release_check",
"default": "engineering_change_release_check",
"enum": [
"engineering_change_release_check"
],
"title": "Name",
"type": "string"
},
Expand Down Expand Up @@ -1426,9 +1395,6 @@
"properties": {
"name": {
"const": "field_value_calculation",
"enum": [
"field_value_calculation"
],
"title": "Name",
"type": "string"
},
Expand All @@ -1454,9 +1420,6 @@
"object_type": {
"const": "file",
"default": "file",
"enum": [
"file"
],
"title": "Object Type",
"type": "string"
},
Expand Down Expand Up @@ -1686,9 +1649,6 @@
"object_type": {
"const": "part",
"default": "part",
"enum": [
"part"
],
"title": "Object Type",
"type": "string"
},
Expand Down Expand Up @@ -2496,9 +2456,6 @@
"properties": {
"name": {
"const": "part_release_check",
"enum": [
"part_release_check"
],
"title": "Name",
"type": "string"
},
Expand Down Expand Up @@ -2554,9 +2511,6 @@
"dialog_type": {
"const": "part_release",
"default": "part_release",
"enum": [
"part_release"
],
"title": "Dialog Type",
"type": "string"
},
Expand Down Expand Up @@ -2595,9 +2549,6 @@
"name": {
"const": "part_release",
"default": "part_release",
"enum": [
"part_release"
],
"title": "Name",
"type": "string"
},
Expand All @@ -2622,9 +2573,6 @@
"object_type": {
"const": "workflow",
"default": "workflow",
"enum": [
"workflow"
],
"title": "Object Type",
"type": "string"
},
Expand Down Expand Up @@ -2718,9 +2666,6 @@
"properties": {
"name": {
"const": "workflow_task_trigger",
"enum": [
"workflow_task_trigger"
],
"title": "Name",
"type": "string"
},
Expand Down Expand Up @@ -2797,11 +2742,7 @@
},
"properties": {
"metadata": {
"allOf": [
{
"$ref": "#/$defs/MetaData"
}
],
"$ref": "#/$defs/MetaData",
"description": "General information."
},
"event": {
Expand Down
9 changes: 0 additions & 9 deletions json_schemas/workload_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"name": {
"const": "abort_and_show_error",
"default": "abort_and_show_error",
"enum": [
"abort_and_show_error"
],
"title": "Name",
"type": "string"
},
Expand Down Expand Up @@ -38,9 +35,6 @@
"properties": {
"name": {
"const": "dummy",
"enum": [
"dummy"
],
"title": "Name",
"type": "string"
},
Expand All @@ -67,9 +61,6 @@
"properties": {
"response_type": {
"const": "workload",
"enum": [
"workload"
],
"title": "Response Type",
"type": "string"
},
Expand Down
Loading
Loading