# vcd-api-schemas **Repository Path**: mirrors_vmware/vcd-api-schemas ## Basic Information - **Project Name**: vcd-api-schemas - **Description**: Contains relevant schemas for developing against the vCloud Director APIs - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.com/vmware/vcd-api-schemas.svg?branch=master)](https://travis-ci.com/vmware/vcd-api-schemas) # vCloud Director API Schemas ## Overview The schemas that represent all public interfacing into vCloud Director, including the XSD-based REST API at `/api`, the new OpenAPI endpoints at `/cloudapi`, and the object extensibility schemas for communication with specific phases of vCloud Director operations. There are also language bindings available for Java and Typescript. ## Try it out The schemas are available in XSD and YAML formats for direct consumption in whatever project you prefer. They are also available as Maven packages for integrating into Maven or Gradle-based projects. To build the language-specific bindings, execute `mvn install` from the root directory. ## Contributing The vcd-api-schemas project team welcomes contributions from the community. Before you start working with vcd-api-schemas, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).