An SKL Schema
A representation of a capability exposed by the API of one or more Integrations.
name | Type | Required | Description | Cardinality |
---|---|---|---|---|
parameters | NodeShape | false | A SHACL NodeShape specifying the format and constraints that the parameters of a Verb must conform to. | 0..1 |
parametersContext | JSON | false | A JSON-LD Context Definition used to expand the parameters supplied a Verb so that they can be validated against the Verb's parameters NodeShape. |
0..1 |
returnValue | NodeShape | false | A SHACL NodeShape specifying the format and constraints that the return value of a Verb must conform to. | 0..1 |
returnValueFrame | JSON | false | A JSON-LD Frame used to transform the JSON-LD returned by a Mapping to this Verb. | 0..1 |