forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export default {
 | 
						|
    "$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"
 | 
						|
                            }
 | 
						|
                        ]
 | 
						|
                    }
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "$schema": "http://json-schema.org/draft-07/schema#"
 | 
						|
} |