{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--alexa-ask-skill.json",
  "title": "AlexaASKSkillProperties",
  "description": "Resource Type definition for Alexa::ASK::Skill. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/alexa-ask-skill.json",
    "sourceSha256": "bcab3ffd519c6b0854ef545f14f9cc5e1def226a7cfc24f89748249b47de7455"
  },
  "type": "object",
  "properties": {
    "AuthenticationConfiguration": {
      "$ref": "#/$defs/AuthenticationConfiguration"
    },
    "VendorId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "SkillPackage": {
      "$ref": "#/$defs/SkillPackage"
    }
  },
  "typeName": "Alexa::ASK::Skill",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "AuthenticationConfiguration": {
      "type": "object",
      "title": "AlexaASKSkillAuthenticationConfigurationDefinition",
      "properties": {
        "ClientId": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "RefreshToken": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ClientSecret": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "RefreshToken",
        "ClientSecret",
        "ClientId"
      ],
      "additionalProperties": false
    },
    "Overrides": {
      "type": "object",
      "title": "AlexaASKSkillOverridesDefinition",
      "properties": {
        "Manifest": {
          "type": "object"
        }
      },
      "additionalProperties": false
    },
    "SkillPackage": {
      "type": "object",
      "title": "AlexaASKSkillSkillPackageDefinition",
      "properties": {
        "S3BucketRole": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Overrides": {
          "$ref": "#/$defs/Overrides"
        },
        "S3ObjectVersion": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "S3Bucket": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "S3Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "AuthenticationConfiguration",
    "VendorId",
    "SkillPackage"
  ],
  "createOnlyProperties": [
    "/properties/VendorId"
  ]
}
