mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	Fix wrong memorystore nats schema
This commit is contained in:
		
				
					committed by
					
						 Michael Panzlaff
						Michael Panzlaff
					
				
			
			
				
	
			
			
			
						parent
						
							0920286b4c
						
					
				
				
					commit
					856ccbb969
				
			| @@ -51,6 +51,8 @@ const configSchema = `{ | ||||
|         }, | ||||
|         "nats": { | ||||
|             "description": "Configuration for accepting published data through NATS.", | ||||
| 			"type": "array", | ||||
| 			"items": { | ||||
| 				"type": "object", | ||||
| 				"properties": { | ||||
| 					"address": { | ||||
| @@ -71,6 +73,8 @@ const configSchema = `{ | ||||
| 					}, | ||||
| 					"subscriptions": { | ||||
| 						"description": "Array of various subscriptions. Allows to subscibe to different subjects and publishers.", | ||||
| 						"type": "array", | ||||
| 						"items": { | ||||
| 							"type": "object", | ||||
| 							"properties": { | ||||
| 								"subscribe-to": { | ||||
| @@ -86,4 +90,6 @@ const configSchema = `{ | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
|         } | ||||
|     } | ||||
| }` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user