ServiceDescriptorDocument Object

Contains information to let the user know the possible options based on an API description document uploaded to the Dropbox. For example, one document might include more than one service.

This object is used by the following operations:

The properties included in the ServiceDescriptorDocument object are listed below.

Property Type Description
FileName string Name of the file being uploaded.
DescriptorType string

Name of the API descriptor type. Valid values:

  • swagger2 (Swagger 2.0)
  • raml
  • wadl
  • wsdl
ServiceName string[ ] Name of the service. One or more. One uploaded API description document might include multiple services; an uploaded ZIP file might include multiple API description documents of the same or different types, each describing one or more services.