afv-library/skills/platform-metadata-api-context-get/assets/metadata_api/CatalogedApiArtifactVersionInfo.json

46 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CatalogedApiArtifactVersionInfo - Metadata API",
"description": "Represents API version information in API Catalog thats referenced by other entities.",
"file_information": ".catalogedApiArtifactVersionInfo",
"directory_location": "catalogedApiArtifactVersionInfos",
"fields_columns": [
"type",
"description"
],
"fields": {
"releaseNotes": {
"type": "string",
"description": "The API release notes."
},
"revision": {
"type": "int",
"description": "The API revision."
},
"type": {
"type": "string",
"description": "The API type.",
"required": true
},
"version": {
"type": "string",
"description": "The API version.",
"required": true
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"CatalogedApiArtifactVersionInfo\">\n <xsd:complexContent>\n <xsd:extension base=\"tns:Metadata\">\n <xsd:sequence>\n <xsd:element name=\"releaseNotes\" minOccurs=\"0\" type=\"xsd:string\"/>\n <xsd:element name=\"revision\" minOccurs=\"0\" type=\"xsd:int\"/>\n <xsd:element name=\"type\" type=\"xsd:string\"/>\n <xsd:element name=\"version\" type=\"xsd:string\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n<xsd:complexType name=\"Metadata\">\n <xsd:sequence>\n <xsd:element name=\"fullName\" minOccurs=\"0\" type=\"xsd:string\"/>\n </xsd:sequence>\n</xsd:complexType>\n```",
"declarative_metadata_sample_definition": [
{
"description": "This XML is an example of a CatalogedApiArtifactVersionInfo component.",
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<CatalogedApiArtifactVersionInfo xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <revision>1</revision>\n <type>API</type>\n <version>v1</version>\n</CatalogedApiArtifactVersionInfo>"
}
]
}