16 lines
		
	
	
		
			230 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			230 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "type": "object",
 | |
|   "additionalProperties": {
 | |
|     "type": "object",
 | |
|     "additionalProperties": false,
 | |
|     "required": [
 | |
|       "syntax"
 | |
|     ],
 | |
|     "properties": {
 | |
|       "syntax": {
 | |
|         "type": "string"
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 |