You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
230 B

4 years ago
  1. {
  2. "type": "object",
  3. "additionalProperties": {
  4. "type": "object",
  5. "additionalProperties": false,
  6. "required": [
  7. "syntax"
  8. ],
  9. "properties": {
  10. "syntax": {
  11. "type": "string"
  12. }
  13. }
  14. }
  15. }