Converted JSON schemas mapped to their service paths.
Copied to Clipboard
{
"modelName": "in ipsum quis deserunt",
"origin": "enim"
}
Copied to Clipboard
{
"type": "object",
"properties": {
"modelName": {
"type": "string",
"description": "indicates the service path"
},
"schema": {
"type": "object",
"description": "indicates the JSON schema for that particular service path"
},
"origin": {
"type": "string",
"description": "if there are same service paths across different NSO instances, then return the default schema or first schema that is configured"
}
}
}