Skip to content

Commit

Permalink
remove ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
SX-9 authored Nov 9, 2024
1 parent ad0ed2c commit ffe7b83
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit ffe7b83

Please sign in to comment.