diff --git a/types/swagger-schema-official/index.d.ts b/types/swagger-schema-official/index.d.ts index f08bba922f..fbdd5b6d8f 100644 --- a/types/swagger-schema-official/index.d.ts +++ b/types/swagger-schema-official/index.d.ts @@ -151,10 +151,10 @@ export interface Schema extends BaseSchema { } export interface XML { - type?: string; + name?: string; namespace?: string; prefix?: string; - attribute?: string; + attribute?: boolean; wrapped?: boolean; }