The-DevOps-Daily/terraform-provider-validatefx
Vedi su GitHubAdd JSON schema validator
Open
#441 aperta il 24 nov 2025
enhancementgood first issuehacktoberfest
Metriche repository
- Star
- (21 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Implement a validator that checks if a JSON string matches a provided JSON schema.
Requirements:
- Support JSON Schema Draft 7
- Add unit tests with valid and invalid schema examples
- Expose as Terraform function with comprehensive docs
- Provide clear error messages showing which part of schema failed