adaptai / platform /dataops /dto /schema /port_validation.json
ADAPT-Chase's picture
Add files using upload-large-folder tool
fd357f4 verified
{
"type": "object",
"properties": {
"used_ports": {
"type": "array",
"items": {
"type": "integer"
},
"uniqueItems": true
}
}
}