{ "$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. " } ] } } }