The-DevOps-Daily/terraform-provider-validatefx
Ver no GitHubAdd JSON schema validator
Open
#441 aberto em 24 de nov. de 2025
enhancementgood first issuehacktoberfest
Métricas do repositório
- Stars
- (21 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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