mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
swagger-schema-official: Fix XML Object
See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#xmlObject
This commit is contained in:
4
types/swagger-schema-official/index.d.ts
vendored
4
types/swagger-schema-official/index.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user