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:
Raymond Feng
2017-08-17 14:30:42 -07:00
parent bdeaabff24
commit ac87e4dc97

View File

@@ -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;
}