LicenseInfo

Details of the license data.

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

Properties

Name Type Description
name object
url object
View JSON Schema on GitHub

JSON Schema

codeartifact-license-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-license-info-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}