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.
		
		
		
		
		
			
		
			
				
					
					
						
							43 lines
						
					
					
						
							737 B
						
					
					
				
			
		
		
	
	
							43 lines
						
					
					
						
							737 B
						
					
					
				{ | 
						|
  "$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" | 
						|
    } | 
						|
  } | 
						|
}
 | 
						|
 |