Skip to content

Commit

Permalink
schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Sep 24, 2024
1 parent ecc2a02 commit 82ef8de
Show file tree
Hide file tree
Showing 1,313 changed files with 314,394 additions and 305,760 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@5c02493ebfd65b28fd3b082c65e5af2cd745d91f # codeql-bundle-v2.18.2
uses: github/codeql-action/init@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -57,7 +57,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@5c02493ebfd65b28fd3b082c65e5af2cd745d91f # codeql-bundle-v2.18.2
uses: github/codeql-action/autobuild@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -70,4 +70,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f # codeql-bundle-v2.18.2
uses: github/codeql-action/analyze@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: 1.5.4
- name: Checkout code
Expand Down
6 changes: 6 additions & 0 deletions src/schema/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# lookup

from <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-type-schemas.html>

Using us-east-1 as base.
<https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip>
178 changes: 89 additions & 89 deletions src/schema/alexa-ask-skill.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,89 @@
{
"additionalProperties": false,
"createOnlyProperties": [
"/properties/VendorId"
],
"definitions": {
"AuthenticationConfiguration": {
"additionalProperties": false,
"properties": {
"ClientId": {
"type": "string"
},
"ClientSecret": {
"type": "string"
},
"RefreshToken": {
"type": "string"
}
},
"required": [
"RefreshToken",
"ClientSecret",
"ClientId"
],
"type": "object"
},
"Overrides": {
"additionalProperties": false,
"properties": {
"Manifest": {
"type": "object"
}
},
"type": "object"
},
"SkillPackage": {
"additionalProperties": false,
"properties": {
"Overrides": {
"$ref": "#/definitions/Overrides"
},
"S3Bucket": {
"type": "string"
},
"S3BucketRole": {
"type": "string"
},
"S3Key": {
"type": "string"
},
"S3ObjectVersion": {
"type": "string"
}
},
"required": [
"S3Bucket",
"S3Key"
],
"type": "object"
}
},
"description": "Resource Type definition for Alexa::ASK::Skill",
"primaryIdentifier": [
"/properties/Id"
],
"properties": {
"AuthenticationConfiguration": {
"$ref": "#/definitions/AuthenticationConfiguration"
},
"Id": {
"type": "string"
},
"SkillPackage": {
"$ref": "#/definitions/SkillPackage"
},
"VendorId": {
"type": "string"
}
},
"readOnlyProperties": [
"/properties/Id"
],
"required": [
"AuthenticationConfiguration",
"VendorId",
"SkillPackage"
],
"typeName": "Alexa::ASK::Skill"
}
{
"additionalProperties": false,
"createOnlyProperties": [
"/properties/VendorId"
],
"definitions": {
"AuthenticationConfiguration": {
"additionalProperties": false,
"properties": {
"ClientId": {
"type": "string"
},
"ClientSecret": {
"type": "string"
},
"RefreshToken": {
"type": "string"
}
},
"required": [
"RefreshToken",
"ClientSecret",
"ClientId"
],
"type": "object"
},
"Overrides": {
"additionalProperties": false,
"properties": {
"Manifest": {
"type": "object"
}
},
"type": "object"
},
"SkillPackage": {
"additionalProperties": false,
"properties": {
"Overrides": {
"$ref": "#/definitions/Overrides"
},
"S3Bucket": {
"type": "string"
},
"S3BucketRole": {
"type": "string"
},
"S3Key": {
"type": "string"
},
"S3ObjectVersion": {
"type": "string"
}
},
"required": [
"S3Bucket",
"S3Key"
],
"type": "object"
}
},
"description": "Resource Type definition for Alexa::ASK::Skill",
"primaryIdentifier": [
"/properties/Id"
],
"properties": {
"AuthenticationConfiguration": {
"$ref": "#/definitions/AuthenticationConfiguration"
},
"Id": {
"type": "string"
},
"SkillPackage": {
"$ref": "#/definitions/SkillPackage"
},
"VendorId": {
"type": "string"
}
},
"readOnlyProperties": [
"/properties/Id"
],
"required": [
"AuthenticationConfiguration",
"VendorId",
"SkillPackage"
],
"typeName": "Alexa::ASK::Skill"
}
Loading

0 comments on commit 82ef8de

Please sign in to comment.