Re: [w3ctag/design-reviews] ReportingObserver (#195)

@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