Metadata

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

Commonly used metadata type in JIPipe.

name: string

A name

description: string

A description

authors: string

Comma-separated list of authors

website: string

Website of the project

license: string

Name of the license

citation: string

Citation for the publication

Example

{
  "name" : "Image property annotations",
  "description" : "Commonly used annotations for describing image properties",
  "authors" : "Zoltán Cseresnyés, Ruman Gerst",
  "website" : "https://jipipe.org/",
  "license" : "BSD-2",
  "citation" : ""
}