# StreamingLocatorListPathsResponseSchema

**object**

### Properties:

- **downloadPaths**  
  *list of strings*  
  *Required*  
  The download paths for the locator.

- **drm**  
  *map from strings to object [StreamingLocatorDrm](https://docs.mediakind.com/api-reference/media-api/schemas/streaminglocatordrm)*  
  *Required*  
  The license acquisition URLs for configured DRM types.

- **[any key]**  
    *object*  
    - **certificateUrl**  
      *string*  
      *Optional*  
      The URL for obtaining the streaming certificate.
    - **licenseAcquisitionUrl**  
      *string*  
      *Required*  
      The license acquisition URL for the DRM.

- **streamingPaths**  
  *list of objects [StreamingLocatorListPathsStreamingPaths](https://docs.mediakind.com/api-reference/media-api/schemas/streaminglocatorlistpathsstreamingpaths)*  
  *Required*  
  The streaming paths for the locator.

- **Properties:**  
    - **encryptionScheme**  
      *enum*  
      *Required*  
      The encryption scheme used for the path.
      - Allowed values:
        - NoEncryption
        - EnvelopeEncryption
        - CommonEncryptionCenc
        - CommonEncryptionCbcs
    - **paths**  
      *list of strings*  
      *Required*  
      The paths for the locator.
    - **streamingProtocol**  
      *enum*  
      *Required*  
      The streaming protocol used for the path.
      - Allowed values:
        - Hls
        - Dash
        - Download
        - SmoothStreaming
