{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CatalogedApiVersion - Metadata API",
"description": "Represents a version of an API that is consumable in Salesforce using API Catalog.",
"file_information": ".catalogedApiVersion",
"directory_location": "catalogedApiVersions",
"fields_columns": [
"type",
"description"
],
"fields": {
"catalogedApi": {
"type": "string",
"description": "An API managed for consumption in Salesforce using API Catalog.",
"required": true
},
"description": {
"type": "string",
"description": "The description defined when the API is cataloged."
},
"externalSourceIdentifier": {
"type": "string",
"description": "The ID of the API in the external source that it's imported from."
},
"label": {
"type": "string",
"description": "The API name as it appears in API Catalog.",
"required": true
},
"version": {
"type": "string",
"description": "The ID of the API version information.",
"required": true
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "This XML is an example of a CatalogedApiVersion component.",
"code": "\n\n PetstoreEngineeringv109C60C7C\n urn:ms:03ff2c74-d0ea-4eba-a536-36dfd2d0fdbb:api-project::petstore-engineering/v1\n \n v1lwWZmDFyJYIFValk\n"
}
]
}