{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cloudfront-publickey.json",
  "title": "AWSCloudFrontPublicKeyProperties",
  "description": "Resource Type definition for AWS::CloudFront::PublicKey. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-cloudfront-publickey.json",
    "sourceSha256": "d575f50beef65c510f7f2901305f0d6e5d9934273f8e0e954b7100bab318870f"
  },
  "type": "object",
  "properties": {
    "PublicKeyConfig": {
      "$ref": "#/$defs/PublicKeyConfig"
    }
  },
  "$defs": {
    "PublicKeyConfig": {
      "title": "AWSCloudFrontPublicKeyPublicKeyConfigDefinition",
      "properties": {
        "CallerReference": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Comment": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "EncodedKey": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "CallerReference",
        "Name",
        "EncodedKey"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "typeName": "AWS::CloudFront::PublicKey",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "PublicKeyConfig"
  ],
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/CreatedTime"
  ]
}
