pipeline_invalid.json 902 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "doc_type": "pipeline",
  3. "version": "3.0",
  4. "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
  5. "id": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
  6. "primary_pipeline": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
  7. "pipelines": [
  8. {
  9. "id": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
  10. "nodes": [
  11. {
  12. "id": "{{uuid}}",
  13. "type": "{{type}}",
  14. "op": "{{op}}",
  15. "app_data": {
  16. "component_parameters": {
  17. "runtime_image": "{{runtime_image}}"
  18. }
  19. }
  20. }
  21. ],
  22. "app_data": {
  23. "runtime": "{{runtime}}",
  24. "runtime_config": "{{runtime-config}}",
  25. "ui_data": {
  26. "comments": []
  27. },
  28. "properties": {
  29. "name": "{{name}}"
  30. },
  31. "version": 5
  32. }
  33. }
  34. ],
  35. "schemas": []
  36. }