Package com.atlassian.adf.model
Class Schema
- java.lang.Object
-
- com.atlassian.adf.model.Schema
-
public class Schema extends Object
Schema reader for the JSON schema included in the source.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStreaminputStream()static Stringschema()static URLurl()static Stringversion()The current known JSON schema version, "33.1.0".
-
-
-
Method Detail
-
version
public static String version()
The current known JSON schema version, "33.1.0".- Returns:
- "33.1.0"
-
url
public static URL url()
-
inputStream
public static InputStream inputStream() throws IOException
- Throws:
IOException
-
schema
public static String schema()
-
-