Skip to main content
CheckTown

Validador de JSON Schema

Valide dados JSON contra uma definição JSON Schema com suporte multi-draft

Draft do Schema
Carregar Exemplo

Valide JSON contra um schema

Suporta drafts 04, 06, 07, 2019-09 e 2020-12

Saiba mais

Validacao JSON Schema: guia completo de drafts e regras

Valide documentos JSON com JSON Schema. Saiba sobre versoes de draft e padroes comuns.

What Is JSON Schema?

JSON Schema is a vocabulary for annotating and validating JSON documents. It defines the structure, types, and constraints that a JSON document must satisfy. Think of it as a contract — the schema describes what valid data looks like, and validators check whether a document conforms to that contract.

7 min de leituraLer o guia completo