mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
remove ptr
This commit is contained in:
parent
ad0ed2cb20
commit
ffe7b83d78
1 changed files with 0 additions and 21 deletions
21
schema.json
21
schema.json
|
|
@ -51,27 +51,6 @@
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"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": [],
|
"required": [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue