mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			178 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			178 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"$id": "perms",
 | |
| 	"definitions": {
 | |
| 		"view": {
 | |
| 			"type": "string",
 | |
| 			"pattern": "^(view|manage)$"
 | |
| 		},
 | |
| 		"manage": {
 | |
| 			"type": "string",
 | |
| 			"pattern": "^(manage)$"
 | |
| 		}
 | |
| 	}
 | |
| }
 |