Update README.md

This commit is contained in:
Brusk Awat 2023-03-01 01:09:51 +03:00 committed by GitHub
parent 246d4a0dfd
commit a2b43004b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,10 @@ The DIT extension for JSON Schema is an effort to make more JSON Schema-based fo
```json
{
ckb: { type: "string" },
ar: { type: "string" },
en: { type: "string" },
nkb: { type: "string" },
required: ["ckb", "ar", "en"]
"ckb": { "type": "string" },
"ar": { "type": "string" },
"en": { "type": "string" },
"nkb": { "type": "string" },
"required": ["ckb", "ar", "en"]
}
```