validate uri
/members/{member}/groups/{group}/uris/{uri}/validate [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 4.9500 | 5.8900 | xml |
Description
Validate the URI with Schematron.
Parameters
| Name | Description | Required | Type | Default value |
|---|---|---|---|---|
| schema | The name of the schematron to use for validation (e.g. myschema.sch) | no | string | default.sch |
Permission
Requires guest or higher in the group, unless the group is public.
Response
The output has the following format:
<validation uriid="22158"
schema="default.sch"
status="[pass|fail|not-found]"
[error="[message]"]>
<svrl:schematron-output ...> ... </svrl:schematron-output>
</validation>
Error Handling
No specific errors expected for this service.