Amazon CodeArtifact · JSON Structure

Codeartifact License Info Structure

Details of the license data.

Type: object Properties: 2
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

LicenseInfo is a JSON Structure definition published by Amazon CodeArtifact, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-license-info-structure.json",
  "name": "LicenseInfo",
  "description": " Details of the license data. ",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " Name of the license. "
        }
      ]
    },
    "url": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The URL for license data. "
        }
      ]
    }
  }
}