Skip to content

Commit

Permalink
HdfsRepository supports snowplow#54
Browse files Browse the repository at this point in the history
Version in $.$schema need to always remain 1-0-0, use tabs instead of spaces
  • Loading branch information
liningalex committed May 25, 2016
1 parent 0b2ff4f commit c5c98d2
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-1-0#",
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "Schema for an Iglu resolver's configuration",
"self": {
"vendor": "com.snowplowanalytics.iglu",
Expand Down Expand Up @@ -57,22 +57,22 @@
"required": ["embedded"],
"additionalProperties": false
},
{
"properties": {
"hdfs": {
"type": "object",
"properties": {
"path": {
"type": "string"
}
},
"required": ["path"],
"additionalProperties": false
}
},
"required": ["hdfs"],
"additionalProperties": false
},
{
"properties": {
"hdfs": {
"type": "object",
"properties": {
"path": {
"type": "string"
}
},
"required": ["path"],
"additionalProperties": false
}
},
"required": ["hdfs"],
"additionalProperties": false
},
{
"properties": {
"http": {
Expand Down

0 comments on commit c5c98d2

Please sign in to comment.