diff --git a/beat/core/schema/algorithm/3.json b/beat/core/schema/algorithm/3.json index 70482db9f4ce22d6b5aab0f08c964aa58dfd9f8d..594577f5b2d53aee4bfafacdd3fc5a1f422a50c9 100644 --- a/beat/core/schema/algorithm/3.json +++ b/beat/core/schema/algorithm/3.json @@ -143,9 +143,8 @@ "schema_version": { "$ref": "common.json#/definitions/schema_version" }, "api_version": { "$ref": "common.json#/definitions/api_version" }, "type": { - "$comment": "Change enum to const when tools allow v6 json schema", "type": "string", - "enum": ["loop"] + "enum": ["sequential_loop", "autonomous_loop"] } }, diff --git a/beat/core/test/prefix/algorithms/user/block_input_loop/1.json b/beat/core/test/prefix/algorithms/user/block_input_loop/1.json index 4d0953e812b3220f3758233076d69a8154bb9cb8..1bac6f3e17d8e52c93aa24c4e6b616248586bdc2 100644 --- a/beat/core/test/prefix/algorithms/user/block_input_loop/1.json +++ b/beat/core/test/prefix/algorithms/user/block_input_loop/1.json @@ -2,7 +2,7 @@ "schema_version": 3, "language": "python", "api_version": 2, - "type": "loop", + "type": "autonomous_loop", "groups": [ { "inputs": { diff --git a/beat/core/test/prefix/algorithms/user/db_input_loop/1.json b/beat/core/test/prefix/algorithms/user/db_input_loop/1.json index 4d0953e812b3220f3758233076d69a8154bb9cb8..1bac6f3e17d8e52c93aa24c4e6b616248586bdc2 100644 --- a/beat/core/test/prefix/algorithms/user/db_input_loop/1.json +++ b/beat/core/test/prefix/algorithms/user/db_input_loop/1.json @@ -2,7 +2,7 @@ "schema_version": 3, "language": "python", "api_version": 2, - "type": "loop", + "type": "autonomous_loop", "groups": [ { "inputs": {