Get schema of the resource in string format

get

/mftapp/rest/v1/metadata-catalog/{resource}

Request

Path Parameters
resource
Type: string
Required: true
Name of the resource for which schema is requested

Response

Supported Media Types
  • application/json
200 Response
Body
Root Schema : RAML Schema.
Type: object
Title: RAML Schema.
500 Response
Something went wrong
Body
Root Schema : Error information.
Type: object
Title: Error information.
Example application/json

{
    "errorCode":"MFT-5445",
    "errorKey":"MFT_REST_UNABLE_TO_LIST_RESOURCES_CATALOG",
    "errorMessage":"Unable to list the resources catalog of MFT RESTful services."
}