org.mule.common.metadata.parser.json
Interface JSONSchemaConstants


public interface JSONSchemaConstants


Field Summary
static String $_REF
           
static String ALL_OF
           
static String ANY_OF
           
static String ARRAY
           
static String ENUM
           
static String OBJECT
           
static String ONE_OF
           
static String OPTIONAL
           
static String PROPERTIES
           
static String TYPE
           
 

Field Detail

PROPERTIES

static final String PROPERTIES
See Also:
Constant Field Values

TYPE

static final String TYPE
See Also:
Constant Field Values

ARRAY

static final String ARRAY
See Also:
Constant Field Values

OBJECT

static final String OBJECT
See Also:
Constant Field Values

OPTIONAL

static final String OPTIONAL
See Also:
Constant Field Values

ENUM

static final String ENUM
See Also:
Constant Field Values

$_REF

static final String $_REF
See Also:
Constant Field Values

ANY_OF

static final String ANY_OF
See Also:
Constant Field Values

ALL_OF

static final String ALL_OF
See Also:
Constant Field Values

ONE_OF

static final String ONE_OF
See Also:
Constant Field Values


Copyright © 2015 MuleSoft, Inc.. All rights reserved.