-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
The guidelines for accessing data for a service endpoint shows use of the "query-input" term:
"query-input": [
{
"@type": "PropertyValueSpecification",
"valueName": "format",
"description": "The desired format requested either 'application/x-netcdf' or 'text/tab-separated-values'",
"valueRequired": true,
"defaultValue": "application/x-netcdf",
"valuePattern": "(application\/x-netcdf|text\/tab-separated-values)"
},
However, the term no longer exists in Schema.org. The resulting schema.org json-ld record still validates in the Schema.org validator. A quick search suggests that query and actionProcess might be reasonable replacements. Query only accepts text, but actionProcess is of type HowTo which has much more structure. What should the updated term and structure be for potentialActions requiring the additional information that used to live in "query-input"?
@Kurokio
Metadata
Metadata
Assignees
Labels
No labels