ProjectVersionMetadata Data Type

Properties
name data type description
ciManagement CiManagement
dependencies array of Dependency
description string
id string
incomplete boolean
issueManagement IssueManagement
licenses array of License
mailingLists array of MailingList
name string
organization Organization
scm Scm
url string
version string
Properties inherited from FacetedMetadata
facetIds array of string
facetList array of object
facets object

Example

{
  "dependencies" : [ {
    "version" : "...",
    "type" : "...",
    "classifier" : "...",
    "artifactId" : "...",
    "systemPath" : "...",
    "groupId" : "...",
    "optional" : true,
    "scope" : "..."
  }, {
    "version" : "...",
    "type" : "...",
    "classifier" : "...",
    "artifactId" : "...",
    "systemPath" : "...",
    "groupId" : "...",
    "optional" : true,
    "scope" : "..."
  } ],
  "issueManagement" : {
    "url" : "...",
    "system" : "..."
  },
  "id" : "...",
  "scm" : {
    "developerConnection" : "...",
    "connection" : "...",
    "url" : "..."
  },
  "incomplete" : true,
  "url" : "...",
  "licenses" : [ {
    "url" : "...",
    "name" : "..."
  }, {
    "url" : "...",
    "name" : "..."
  } ],
  "ciManagement" : {
    "system" : "...",
    "url" : "..."
  },
  "mailingLists" : [ {
    "otherArchives" : [ "...", "..." ],
    "postAddress" : "...",
    "mainArchiveUrl" : "...",
    "subscribeAddress" : "...",
    "name" : "...",
    "unsubscribeAddress" : "..."
  }, {
    "otherArchives" : [ "...", "..." ],
    "postAddress" : "...",
    "mainArchiveUrl" : "...",
    "subscribeAddress" : "...",
    "name" : "...",
    "unsubscribeAddress" : "..."
  } ],
  "name" : "...",
  "description" : "...",
  "organization" : {
    "url" : "...",
    "name" : "..."
  },
  "version" : "...",
  "facetIds" : [ "...", "..." ],
  "facetList" : [ { }, { } ],
  "facets" : {
    "property1" : "...",
    "property2" : "..."
  }
}