Skip to content

Commit

Permalink
changed "uniqueItems" : "true" to "uniqueItems" : true
Browse files Browse the repository at this point in the history
  • Loading branch information
patefacio committed Sep 24, 2013
1 parent 09a4ece commit 7cc15ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json-home/json-home.json
Expand Up @@ -92,14 +92,14 @@
"note": [ "TODO, see http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-22" ],
"type": "array",
"minItems": 1,
"uniqueItems": "true",
"uniqueItems": true,
"items": { "type": "string" }
},
"prefer": {
"note": [ "TODO, see http://tools.ietf.org/html/draft-snell-http-prefer-18" ],
"type": "array",
"minItems": 1,
"uniqueItems": "true",
"uniqueItems": true,
"items": { "type": "string" }
},
"docs": {
Expand All @@ -111,7 +111,7 @@
"note": [ "see http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-22" ],
"type": "array",
"minItems": 1,
"uniqueItems": "true",
"uniqueItems": true,
"items": { "enum": [ "etag", "last-modified" ] }
},
"auth-req": {
Expand Down

0 comments on commit 7cc15ca

Please sign in to comment.