{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-hash-algorithm-schema.json", "title": "HashAlgorithm", "description": "HashAlgorithm schema from Amazon CodeArtifact API", "type": "string", "enum": [ "MD5", "SHA-1", "SHA-256", "SHA-512" ] }