# Decorator AnyOf

Decorator validation swagger schema classDecorator input
Module
import { AnyOf } from "@tsed/schema"
Source/packages/specs/schema/src/types/decorators/common/anyOf.ts

# Overview

function AnyOf(...anyOf: AnyJsonSchema[]): (...args: any[]) => any;

# Description

See https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.27

WARNING

AnyOf isn't supported by OS2