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.

17 lines
350 B

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