mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	loosen up the schema to allow any pin format
This commit is contained in:
		
							parent
							
								
									b44532aa3d
								
							
						
					
					
						commit
						ed19198c78
					
				@ -163,8 +163,7 @@
 | 
				
			|||||||
                        "items": {
 | 
					                        "items": {
 | 
				
			||||||
                            "oneOf": [
 | 
					                            "oneOf": [
 | 
				
			||||||
                                {
 | 
					                                {
 | 
				
			||||||
                                    "type": "string",
 | 
					                                    "type": "string"
 | 
				
			||||||
                                    "pattern": "^[A-K]\\d{1,2}$"
 | 
					 | 
				
			||||||
                                },
 | 
					                                },
 | 
				
			||||||
                                {
 | 
					                                {
 | 
				
			||||||
                                    "type": "null"
 | 
					                                    "type": "null"
 | 
				
			||||||
@ -176,15 +175,13 @@
 | 
				
			|||||||
                "cols": {
 | 
					                "cols": {
 | 
				
			||||||
                    "type": "array",
 | 
					                    "type": "array",
 | 
				
			||||||
                    "items": {
 | 
					                    "items": {
 | 
				
			||||||
                        "type": "string",
 | 
					                        "type": "string"
 | 
				
			||||||
                        "pattern": "^[A-K]\\d{1,2}$"
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "rows": {
 | 
					                "rows": {
 | 
				
			||||||
                    "type": "array",
 | 
					                    "type": "array",
 | 
				
			||||||
                    "items": {
 | 
					                    "items": {
 | 
				
			||||||
                        "type": "string",
 | 
					                        "type": "string"
 | 
				
			||||||
                        "pattern": "^[A-K]\\d{1,2}$"
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user