All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.json.schema.DollarSchema Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.atlassian.json.schema;

public class DollarSchema
{
    public static final String CURRENT = "http://json-schema.org/schema#";
    public static final String CURRENT_HYPER = "http://json-schema.org/hyper-schema#";
    public static final String DRAFTV4 = "http://json-schema.org/draft-04/schema#";
    public static final String DRAFTV4_HYPER = "http://json-schema.org/draft-04/hyper-schema#";
    public static final String DRAFTV3 = "http://json-schema.org/draft-03/schema#";
    public static final String DRAFTV3_HYPER = "http://json-schema.org/draft-03/hyper-schema#";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy