Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ressources

Remarks
Page Properties
hiddentrue
Status
Status
colourGreen
titleDONE
PriorityNoteAssignee
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.



This endpoint is used to validate a schema file for fitness for being the new global schema of the yuuvis® system. 

The result is a JSON structure containing a validationErrors list, which could be an empty list.

As of Versionproduct version 1.0 | component version 1.0
Request MethodPOST
Response FormatJSON
Required PermissionDescription

available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched.

>> AUTHENTICATION Service
Description

Validate the XML file passed in the request body for the usability as global schema that is available for all tenants. The currently used global schema is NOT updated.

For details and examples regarding request and response please visit Schema - Defining Object Types.

Request HeadersContent-Type: application/xmlRequest ExampleResponse Example
Code Block
title200 - no validation errors, the role set has been updated
{
    "validationErrors": []
}
Code Block
title422 - there were validation errors, the role set was not updated
{ "validationErrors": [ { "message": "Unable to unmarshal schema. [line: 14][column: 13] cvc-complex-type.2.4.a: Ungültiger Content wurde beginnend mit Element 'condition' gefunden. '{\"http://optimal-systems.org/ns/dmscloud/roleset/\":action}' wird erwartet." } ] }