Back to Tools
Home
Tools.Yelbiz
JSON Schema Validator
JSON verinizi seçtiğiniz Schema'ya göre doğrulayın.
Schema
{ "type": "object", "properties": { "name": { "type": "string" } }, "required": ["name"] }
Data
{ "name": "John" }
Sonuç
Geçerli ✔