{ "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\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 CatalogedApiArtifactVersionInfo component.", "code": "\n\n 1\n API\n v1\n" } ] }