| 
									
										
										
										
											2021-11-07 17:17:48 +01:00
										 |  |  | export default { | 
					
						
							| 
									
										
										
										
											2022-01-31 00:38:35 +01:00
										 |  |  |   "$ref": "#/definitions/AndOrTagConfigJson", | 
					
						
							|  |  |  |   "definitions": { | 
					
						
							|  |  |  |     "AndOrTagConfigJson": { | 
					
						
							|  |  |  |       "type": "object", | 
					
						
							|  |  |  |       "properties": { | 
					
						
							|  |  |  |         "and": { | 
					
						
							|  |  |  |           "type": "array", | 
					
						
							|  |  |  |           "items": { | 
					
						
							|  |  |  |             "anyOf": [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 "$ref": "#/definitions/AndOrTagConfigJson" | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 "type": "string" | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "or": { | 
					
						
							|  |  |  |           "type": "array", | 
					
						
							|  |  |  |           "items": { | 
					
						
							|  |  |  |             "anyOf": [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 "$ref": "#/definitions/AndOrTagConfigJson" | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 "type": "string" | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           } | 
					
						
							| 
									
										
										
										
											2021-11-07 17:17:48 +01:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2022-01-31 00:38:35 +01:00
										 |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "$schema": "http://json-schema.org/draft-07/schema#" | 
					
						
							| 
									
										
										
										
											2021-11-07 17:17:48 +01:00
										 |  |  | } |