Micro-service for file storage and processing written in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
259 B

  1. {
  2. "name": "example pipeline",
  3. "type": 0,
  4. "removeMetadata": false,
  5. "steps": [
  6. {
  7. "name": "resize image",
  8. "type": 0
  9. },
  10. {
  11. "name": "compress image",
  12. "type": 1
  13. }
  14. ]
  15. }