You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 18:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			325 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			325 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"type": "object",
 | |
| 	"description": "SortObject",
 | |
| 	"additionalProperties": false,
 | |
| 	"required": ["field", "direction"],
 | |
| 	"properties": {
 | |
| 		"field": {
 | |
| 			"type": "string",
 | |
| 			"description": "Field for sorting on"
 | |
| 		},
 | |
| 		"direction": {
 | |
| 			"type": "string",
 | |
| 			"description": "Sort order",
 | |
| 			"pattern": "^(ASC|DESC)$"
 | |
| 		}
 | |
| 	}
 | |
| }
 |