lego/providers/dns/liara/internal/fixtures/RecordsResponse.json

13 lines
184 B
JSON
Raw Normal View History

2022-11-26 02:06:08 +00:00
{
"status": "string",
"data": [
{
"id": "string",
"name": "string",
"type": "string",
"ttl": 3600,
"contents": [{ "text": "string" }]
}
]
}