designate/designate/resources/schemas/v2/rdata/mx.json

18 lines
335 B
JSON

{
"$schema": "http://json-schema.org/draft-04/hyper-schema",
"additionalProperties": false,
"required": ["preference", "exchange"],
"properties": {
"preference": {
"type": "integer"
},
"exchange": {
"type": "string",
"format": "hostname"
}
}
}