Source

This page was generated with Wiki Builder. Do not change the format!

Info

Schema

  • Schema Type: Generic Class
  • Type: object

Properties

Name Type Description
data DestinyVendorCategoriesComponent  
privacy ComponentPrivacySetting:Enum  

Example

{
    // Type: DestinyVendorCategoriesComponent
    "data": {
        // Type: DestinyVendorCategory[]
        "categories": [
           // Type: DestinyVendorCategory
            {
                // Type: integer:int32
                "categoryIndex": 0,
                // Type: integer:int32[]
                "itemIndexes": [
                   // Type: integer:int32
                    0
                ]
            }
        ]
    },
    // Type: ComponentPrivacySetting:Enum
    "privacy": 0
}

References

  1. https://bungie-net.github.io/multi/schema_SingleComponentResponseOfDestinyVendorCategoriesComponent.html#schema_SingleComponentResponseOfDestinyVendorCategoriesComponent