Dependency

This document describes the properties of the JSON API object. You also can access the document in JSON Schema format: dependency.schema.json

Project or extension dependency. Refers to a JIPipe extension.

metadata: See metadata
id: string

Unique ID of this dependency should have format . :

version: string

Version of this dependency

Example

{
  "metadata" : {
    "name" : "Filesystem types and algorithms",
    "description" : "Data types and algorithms for interacting with files and folders",
    "authors" : "Zoltán Cseresnyés, Ruman Gerst",
    "website" : "https://jipipe.org/",
    "license" : "BSD-2",
    "citation" : ""
  },
  "id" : "org.hkijena.jipipe:filesystem",
  "version" : "1.0.0"
}