{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GetLayerVersionResponse", "type": "object", "properties": { "Content": { "type": "object" }, "LayerArn": { "type": "string" }, "LayerVersionArn": { "type": "string" }, "Description": { "type": "string" }, "CreatedDate": { "type": "string" }, "Version": { "type": "integer" }, "CompatibleRuntimes": { "type": "array" }, "LicenseInfo": { "type": "string" }, "CompatibleArchitectures": { "type": "array" } } }