-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
706a093
commit cd95ade
Showing
1,310 changed files
with
314,385 additions
and
305,759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Oops, something went wrong.