{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-lambda-function-arn-schema.json", "title": "LambdaFunctionArn", "description": "LambdaFunctionArn schema from Amazon CodePipeline", "type": "string", "pattern": "arn:aws(-[\\w]+)*:lambda:.+:[0-9]{12}:function:.+", "minLength": 1, "maxLength": 140 }