{
  "$schema": "http://json-schema.org/schema",
  "version": 2,
  "title": "sam local start-lambda",
  "description": "Used to start all Lambda functions locally. Wrapper around the 'sam local start-lambda' command. (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-start-lambda.html)",
  "type": "object",
  "properties": {
    "predefinedArguments": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Used to predefine arguments that are put at the beginning of the command. Can be used to declare environment-specific arguments in the 'project.json' file."
    },
    "__unparsed__": {
      "hidden": true,
      "type": "array",
      "items": {
        "type": "string"
      },
      "$default": {
        "$source": "unparsed"
      },
      "x-priority": "internal"
    }
  },
  "required": []
}
