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.

15 lines
282 B

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