public class JsonType extends Object
Occurs within JsonMapSchema.tables.
Description of schema elements| Modifier and Type | Field and Description |
|---|---|
List<JsonTypeAttribute> |
attributes
Definition of the attributes of this type.
|
String |
name
Name of this type.
|
@Nullable String |
type
Type if this is not a struct.
|
public final String name
Required.
public final @Nullable String type
public final List<JsonTypeAttribute> attributes
public void accept(ModelHandler handler)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.