| { | |
| "type": "object", | |
| "properties": { | |
| "used_ports": { | |
| "type": "array", | |
| "items": { | |
| "type": "integer" | |
| }, | |
| "uniqueItems": true | |
| } | |
| } | |
| } |
| { | |
| "type": "object", | |
| "properties": { | |
| "used_ports": { | |
| "type": "array", | |
| "items": { | |
| "type": "integer" | |
| }, | |
| "uniqueItems": true | |
| } | |
| } | |
| } |