C# 클래스 Swashbuckle.Swagger.Schema

파일 보기 프로젝트 열기: BenjaminAdams/Swashbuckle-blue 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
@default object
@enum IList
additionalProperties Schema
allOf IList
description string
discriminator string
example object
exclusiveMaximum bool?
exclusiveMinimum bool?
externalDocs ExternalDocs
format string
ignore bool
items Schema
maxItems int?
maxLength int?
maxProperties int?
maximum int?
minItems int?
minLength int?
minProperties int?
minimum int?
multipleOf int?
pattern string
properties Schema>.IDictionary
readOnly bool?
required IList
title string
type string
uniqueItems bool?
vendorExtensions object>.Dictionary
xml Xml

프로퍼티 상세

@default 공개적으로 프로퍼티

public object @default
리턴 object

@enum 공개적으로 프로퍼티

public IList @enum
리턴 IList

additionalProperties 공개적으로 프로퍼티

public Schema,Swashbuckle.Swagger additionalProperties
리턴 Schema

allOf 공개적으로 프로퍼티

public IList allOf
리턴 IList

description 공개적으로 프로퍼티

public string description
리턴 string

discriminator 공개적으로 프로퍼티

public string discriminator
리턴 string

example 공개적으로 프로퍼티

public object example
리턴 object

exclusiveMaximum 공개적으로 프로퍼티

public bool? exclusiveMaximum
리턴 bool?

exclusiveMinimum 공개적으로 프로퍼티

public bool? exclusiveMinimum
리턴 bool?

externalDocs 공개적으로 프로퍼티

public ExternalDocs,Swashbuckle.Swagger externalDocs
리턴 ExternalDocs

format 공개적으로 프로퍼티

public string format
리턴 string

ignore 공개적으로 프로퍼티

public bool ignore
리턴 bool

items 공개적으로 프로퍼티

public Schema,Swashbuckle.Swagger items
리턴 Schema

maxItems 공개적으로 프로퍼티

public int? maxItems
리턴 int?

maxLength 공개적으로 프로퍼티

public int? maxLength
리턴 int?

maxProperties 공개적으로 프로퍼티

public int? maxProperties
리턴 int?

maximum 공개적으로 프로퍼티

public int? maximum
리턴 int?

minItems 공개적으로 프로퍼티

public int? minItems
리턴 int?

minLength 공개적으로 프로퍼티

public int? minLength
리턴 int?

minProperties 공개적으로 프로퍼티

public int? minProperties
리턴 int?

minimum 공개적으로 프로퍼티

public int? minimum
리턴 int?

multipleOf 공개적으로 프로퍼티

public int? multipleOf
리턴 int?

pattern 공개적으로 프로퍼티

public string pattern
리턴 string

properties 공개적으로 프로퍼티

public IDictionary properties
리턴 Schema>.IDictionary

readOnly 공개적으로 프로퍼티

public bool? readOnly
리턴 bool?

required 공개적으로 프로퍼티

public IList required
리턴 IList

title 공개적으로 프로퍼티

public string title
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string

uniqueItems 공개적으로 프로퍼티

public bool? uniqueItems
리턴 bool?

vendorExtensions 공개적으로 프로퍼티

public Dictionary vendorExtensions
리턴 object>.Dictionary

xml 공개적으로 프로퍼티

public Xml,Swashbuckle.Swagger xml
리턴 Xml