{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-pinpoint-app.json",
  "title": "AWSPinpointAppProperties",
  "description": "Resource Type definition for AWS::Pinpoint::App. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-pinpoint-app.json",
    "sourceSha256": "86d173ca29277bab2c4cc91e26572f064199db9cde4bc3b4f74c03afb371fced"
  },
  "type": "object",
  "properties": {
    "Tags": {
      "type": "object"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::Pinpoint::App",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/Name"
  ],
  "required": [
    "Name"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/Id"
  ]
}
