| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
Description of the property.
|
String |
pattern
Property pattern for
Map fields. |
boolean |
required
Whether the property is required.
|
RestProperty.Scope |
scope
Sets the scope for the field.
|
public abstract RestProperty.Scope scope
Each schema is generated in one of two scopes: REQUEST and RESPONSE. Use this annotation to control whether the field should appear in a scope.
public abstract String pattern
Map fields.public abstract String description
Copyright © 2017 Atlassian. All rights reserved.