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