Skip to content

"Query-input" term no longer in Schema.org #261

@rebeccaringuette

Description

@rebeccaringuette

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions