interface IAnyOf {
    deprecated?: boolean;
    description?: string;
    example?: any;
    examples?: any[];
    title?: string;
    "x-anyOf": SwaggerV2.IJsonSchema[];
}

Hierarchy (View Summary)

Properties

deprecated?: boolean
description?: string
example?: any
examples?: any[]
title?: string
"x-anyOf": SwaggerV2.IJsonSchema[]