Skip to content
Merged
Show file tree
Hide file tree
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
Undo incorrect "propertyNames" change
But leave the other minor formatting improvements
  • Loading branch information
handrews committed Jun 27, 2018
commit da318f9cb3320073740722665cdc67fdfbf2b01d
5 changes: 1 addition & 4 deletions hyper-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@
"oneOf": { "$ref": "#/definitions/schemaArray" },
"not": { "$ref": "#" },
"contains": { "$ref": "#" },
"propertyNames": {
"type": "object",
"additionalProperties": { "$ref": "#" }
},
"propertyNames": { "$ref": "#" },
"base": {
"type": "string",
"format": "uri-template"
Expand Down
5 changes: 1 addition & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@
]
}
},
"propertyNames": {
"type": "object",
"additionalProperties": { "$ref": "#" }
},
"propertyNames": { "$ref": "#" },
"const": true,
"enum": {
"type": "array",
Expand Down