Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import org.lappsgrid.serialization.Serializer
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonPropertyOrder(["schema","name","version","description","vendor","allow","license", "licenseDesc"])
class DataSourceMetadata {
public static final String DEFAULT_SCHEMA_URL = 'http://vocab.lappsgrid.org/schema/datasource-schema-1.0.0.json'
public static final String DEFAULT_SCHEMA_URL = 'http://vocab.lappsgrid.org/schema/1.1.0/datasource-schema.json'

/** The JSON-LD schema that defines the metadata layout. This will be provided
* automatically by the framework, but can be overridden if needed.
Expand Down