Skip to content

Commit

Permalink
scenario jsons migrated into the new format
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Mar 1, 2024
1 parent 69e9fde commit 75b0e3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
11 changes: 3 additions & 8 deletions src/bats-suites/rr-testprocess.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"metaData" : {
"id" : "test-scenario-for-rr-only",
"typeSpecificData" : {
"slug" : "test-scenario-for-rr-only",
"type" : "RequestResponseMetaData"
},
"additionalFields" : {
"description" : null,
"properties" : {
"slug" : "test-scenario-for-rr-only",
"inputSchema" : "{\n \"title\": \"Product\",\n \"description\": \"A product from Acme's catalog\",\n \"type\": \"object\",\n \"properties\": {\n \"productId\": {\n \"description\": \"The unique identifier for a product\",\n \"type\": \"integer\"\n }\n },\n \"required\": [ \"productId\" ]\n}",
"outputSchema" : "{\n \"title\": \"Product\",\n \"description\": \"A product from Acme's catalog\",\n \"type\": \"object\",\n \"properties\": {\n \"productId\": {\n \"description\": \"The unique identifier for a product\",\n \"type\": \"integer\"\n }\n },\n \"required\": [ \"productId\" ]\n}"
}
},
"subprocessVersions" : {

},
"metaDataType": "RequestResponseMetaData"
}
},
"nodes" : [
Expand Down
17 changes: 3 additions & 14 deletions src/bats-suites/testprocess.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
{
"metaData": {
"id": "${PROCESS_NAME}",
"typeSpecificData": {
"parallelism": 1,
"type": "${STREAMING_SCENARIO_TYPE}"
},
"isSubprocess": false,
"additionalFields": {
"description": null,
"groups": [
],
"properties": {
}
},
"subprocessVersions": {
"parallelism": "1"
},
"metaDataType": "${STREAMING_SCENARIO_TYPE}"
}
},
"exceptionHandlerRef": {
"parameters": [
]
},
"nodes": [
{
"id": "kafka-source",
Expand Down

0 comments on commit 75b0e3d

Please sign in to comment.