Skip to main content

 Services

Web services from /about to /webhooks

validate uri

/members/{member}/groups/{group}/uris/{uri}/validate [GET]

Description

Validate the URI with Schematron.

Parameters

NameDescriptionRequiredTypeDefault value
schemaThe name of the schematron to use for validation (e.g. myschema.sch)nostringdefault.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.

Created on , last edited on