Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Go (25 forks)github user discovery
enhancementgood first issuehacktoberfest

Métriques du dépôt

Stars
 (21 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur