Get JSON schemas of service models

Get JSON schemas of service models depending on service paths passed in.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
optionsobjectOptional

Response

Converted JSON schemas mapped to their service paths.
modelNamestring
indicates the service path
schemaobject
indicates the JSON schema for that particular service path
originstring
if there are same service paths across different NSO instances, then return the default schema or first schema that is configured

Errors

500
Internal Server Error