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 DestinyKiosksComponent  
privacy ComponentPrivacySetting:Enum  

Example

{
    // Type: DestinyKiosksComponent
    "data": {
        // Type: Dictionary<Destiny.Definitions.DestinyVendorDefinition:integer:uint32,DestinyKioskItem[]>
        "kioskItems": {
            "0": [
               // Type: DestinyKioskItem
                {
                    // Type: integer:int32
                    "index": 0,
                    // Type: boolean
                    "canAcquire": false,
                    // Type: integer:int32[]
                    "failureIndexes": [
                       // Type: integer:int32
                        0
                    ]
                }
            ]
        }
    },
    // Type: ComponentPrivacySetting:Enum
    "privacy": 0
}

References

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