Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Incorrect spec for "genderedClassNames" #1886

Open d2orbc opened 4 months ago

d2orbc commented 4 months ago

Spec:

    //     "genderedClassNames": {
    //       "additionalProperties": {
    //         "type": "string"
    //       },
    //       "description": "A localized string referring to the singular form of the Class's name when referred to in gendered form. Keyed by the DestinyGender.",
    //       "type": "object",
    //       "x-dictionary-key": {
    //         "format": "int32",
    //         "type": "integer",
    //         "x-enum-is-bitmask": false,
    //         "x-enum-reference": {
    //           "$ref": "#/components/schemas/Destiny.DestinyGender"
    //         }
    //       }
    //     },

Actual:

"genderedClassNames":{"Male":"Titan","Female":"Titan"}