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