public class JsonSchemaModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REF_PREFIX |
| Constructor and Description |
|---|
JsonSchemaModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
get$id() |
String |
get$schema() |
Map<String,io.swagger.v3.oas.models.media.Schema> |
getDefinitions() |
String |
getTitle() |
void |
set$id(String $id)
URL to this json-schema definition.
|
void |
set$schema(String $schema)
URL to the json-schema of the json-schema version used.
|
void |
setDefinitions(Map<String,io.swagger.v3.oas.models.media.Schema> definitions) |
void |
setTitle(String title) |
public static final String REF_PREFIX
public String get$schema()
public void set$schema(String $schema)
$schema - The new schema.public String get$id()
public void set$id(String $id)
$id - The new ID.public String getTitle()
public void setTitle(String title)
Copyright © 2015–2020 morimekta.net. All rights reserved.