vapi metadata: source info
Metadata source info
Representation:
{
"remote_addr" : "string",
"file_name" : "string",
"type" : "FILE",
"msg_protocol" : "string"
}
"remote_addr" : "string",
"file_name" : "string",
"type" : "FILE",
"msg_protocol" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
type | string | Type of the metadata source Defines the types of sources for API metadata. You specify the type of source when adding a metadata source to a metadata service. Value is one of: FILE: Indicates the metadata source is a JSON file. REMOTE: Indicates the metadata source is a remote server. |
Optional | ||
file_name | string | Name of the metadata source file Optional. It is only relevant when type has value FILE. This field is optional and it is only relevant when the value of type is FILE. |
remote_addr | string | Address of the remote metadata source Optional. It is only relevant when type has value REMOTE. This field is optional and it is only relevant when the value of type is REMOTE. |
msg_protocol | string | Message protocol to be used Optional. It is only relevant when type has value REMOTE. This field is optional and it is only relevant when the value of type is REMOTE. |