mirror of
				https://github.com/1disk/edp445.git
				synced 2024-08-14 22:47:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			737 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			737 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$id": "postData.json#",
 | |
|   "$schema": "http://json-schema.org/draft-06/schema#",
 | |
|   "type": "object",
 | |
|   "optional": true,
 | |
|   "required": [
 | |
|     "mimeType"
 | |
|   ],
 | |
|   "properties": {
 | |
|     "mimeType": {
 | |
|       "type": "string"
 | |
|     },
 | |
|     "text": {
 | |
|       "type": "string"
 | |
|     },
 | |
|     "params": {
 | |
|       "type": "array",
 | |
|       "required": [
 | |
|         "name"
 | |
|       ],
 | |
|       "properties": {
 | |
|         "name": {
 | |
|           "type": "string"
 | |
|         },
 | |
|         "value": {
 | |
|           "type": "string"
 | |
|         },
 | |
|         "fileName": {
 | |
|           "type": "string"
 | |
|         },
 | |
|         "contentType": {
 | |
|           "type": "string"
 | |
|         },
 | |
|         "comment": {
 | |
|           "type": "string"
 | |
|         }
 | |
|       }
 | |
|     },
 | |
|     "comment": {
 | |
|       "type": "string"
 | |
|     }
 | |
|   }
 | |
| }
 |