Get schema of the resource in string format
get
                    /mftapp/rest/v1/metadata-catalog/{resource}
Request
Path Parameters
                                - resource
- 
                                            
Type:stringRequired:trueName of the resource for which schema is requested
Response
Supported Media Types
                                - application/json
200 Response 
                                Body
                                    Root Schema : RAML Schema.
500 Response 
                                
                                    Something went wrong
                                
                                
                                
                                
                                Body
                                    Root Schema : Error information.
Type: 
objectTitle: 
Error information.- errorCode
- 
            
            
Type:stringThe error code that Oracle Managed File Transfer returns.
- errorKey
- 
            
            
Type:stringThe error key that Oracle Managed File Transfer returns.
- errorMessage
- 
            
            
Type:stringA message describing the error that Oracle Managed File Transfer returns.
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."
}