- From: Mark Nottingham <notifications@github.com>
- Date: Wed, 13 Jun 2018 16:08:52 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 June 2018 23:09:14 UTC
@jyasskin is this a representative example (ignoring the semantic sensibility of the values)?
~~~ json
[
{
"group": "foo",
"include_subdomains": false,
"max_age": 60,
"endpoints": [
{
"url": "https://example.com/",
"priority": 15,
"weight": 10
},
{
"url": "https://other.example.com/",
"priority": 10,
"weight": 10
}
]
},
{
"group": "bar",
"include_subdomains": true,
"max_age": 30,
"endpoints": [
{
"url": "https://example.org/",
"priority": 1,
"weight": 5
}
]
}
]
~~~
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/195#issuecomment-397116232
Received on Wednesday, 13 June 2018 23:09:14 UTC