mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-11-02 07:47:09 +00:00 
			
		
		
		
	Initial pass
This commit is contained in:
		
							
								
								
									
										43
									
								
								node_modules/har-schema/lib/postData.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								node_modules/har-schema/lib/postData.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,43 @@
 | 
			
		||||
{
 | 
			
		||||
  "$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"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user