Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(schema): sync 3 additional schema definitions from aws-cloudformation-resource-schema #921

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

mmaeng
Copy link
Contributor

@mmaeng mmaeng commented Oct 19, 2022

Closes #920

Update to Github Action to grabs 3 additional schema definition files from aws-cloudformation/aws-cloudformation-resource-schema

Github action was already grabbing

  • provider.definition.schema.v1.json

Updated to also include

  • base.definition.schema.v1.json
  • provider.configuration.definition.schema.v1.json
  • meta-schema.json

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mmaeng mmaeng self-assigned this Oct 19, 2022
@mmaeng mmaeng added enhancement New feature or request schema Related to the provider meta schema labels Oct 19, 2022
@@ -9,6 +9,9 @@ jobs:
- uses: actions/checkout@v2
- run: |
curl https://raw.githubusercontent.com/aws-cloudformation/aws-cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json > src/rpdk/core/data/schema/provider.definition.schema.v1.json
curl https://raw.githubusercontent.com/aws-cloudformation/aws-cloudformation-resource-schema/master/src/main/resources/schema/provider.configuration.definition.schema.v1.json > src/rpdk/core/data/schema/provider.configuration.definition.schema.v1.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmaeng mmaeng merged commit a3ec96f into aws-cloudformation:master Oct 6, 2023
12 checks passed
@mmaeng mmaeng deleted the fix/issue920 branch October 6, 2023 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request schema Related to the provider meta schema
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema updater only updates 1 schema file but 4 are available
3 participants