mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
46 lines
2.0 KiB
JSON
46 lines
2.0 KiB
JSON
{
|
||
"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 that’s 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>"
|
||
}
|
||
]
|
||
} |