You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some searching but I'm not sure how to list electronic-only government services in JSON-LD. Kin's form is built for physical location access. I imagine there should be something like:
I did some searching but I'm not sure how to list electronic-only government services in JSON-LD. Kin's form is built for physical location access. I imagine there should be something like:
"availableChannel" : {
"@type": "ServiceChannel",
"serviceUrl": "http://earthquake.usgs.gov/earthquakes/feed/v1.0/",
},
or maybe a long list of access:
"availableChannel" : {
"@type": "ServiceChannel",
"serviceUrl": "http://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php",
},
"availableChannel" : {
"@type": "ServiceChannel",
"serviceUrl": "http://earthquake.usgs.gov/earthquakes/feed/v1.0/quakeml.php",
},
Anyhoo, some clarification on how y'all want that would be good :)
The text was updated successfully, but these errors were encountered: