17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"$id": "https://schemas.cortezaproject.org/def.json",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"title": "Language name"
|
|
},
|
|
"extends": {
|
|
"type": "string",
|
|
"title": "Language to extend"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|