MetadataSourceInfo
Metadata source info
Properties
Name of the metadata source file This field is optional and it is only relevant when the value of SourceInfo.type is FILE.
Message protocol to be used This field is optional and it is only relevant when the value of SourceInfo.type is REMOTE.
Address of the remote metadata source This field is optional and it is only relevant when the value of SourceInfo.type is REMOTE.
The SourceType enumerated type defines the types of sources for API metadata. You specify the type of source when adding a metadata source to a metadata service.
FILE : Indicates the metadata source is a JSON file.
REMOTE : Indicates the metadata source is a remote server.
Possible values are: FILE , REMOTE
JSON Example
{
"type": "FILE"
}