@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Inherited public @interface ExampleObject
Parameter.examples()
or Content.examples()
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A description of the purpose or context of the example
|
Extension[] |
extensions
The list of optional extensions
|
String |
externalValue
A URL to point to an external document to be used as an example.
|
String |
name
A unique name to identify this particular example
|
String |
ref
A reference to a example defined in components examples.
|
String |
summary
A brief summary of the purpose or context of the example
|
String |
value
A string representation of the example.
|
public abstract String name
public abstract String summary
public abstract String value
public abstract String externalValue
public abstract Extension[] extensions
public abstract String ref
public abstract String description
Copyright © 2020. All rights reserved.