remove ptr

This commit is contained in:
Satr14 2024-11-09 20:32:02 +07:00 committed by GitHub
commit ffe7b83d78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,27 +51,6 @@
"items": {
"type": "string"
}
},
"SRV": {
"type": "array",
"items": {
"type": "object",
"properties": {
"priority": {
"type": "integer"
},
"weight": {
"type": "integer"
},
"port": {
"type": "integer"
},
"target": {
"type": "string"
}
},
"required": ["priority", "weight", "port", "target"]
}
}
},
"required": [],