File size: 172 Bytes
fd357f4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "properties": {
    "used_ports": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "uniqueItems": true
    }
  }
}