Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #16 from flywheel-io/uriOrEmpty-compat
Browse files Browse the repository at this point in the history
Set uriOrEmpty from oneOf to anyOf for compatibility with validators that do not implement format uri
  • Loading branch information
kofalt authored Aug 30, 2017
2 parents e0cfd64 + 023f6f9 commit 893ff41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"uriOrEmpty": {
"type": "string",
"maxLength": 1000,
"oneOf": [
"anyOf": [
{ "format": "uri" },
{ "maxLength": 0 }
],
Expand Down
2 changes: 1 addition & 1 deletion spec/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flywheel Gear Spec (v0.1.1)
# Flywheel Gear Spec (v0.1.2)

This document describes the structure of a Flywheel Gear.

Expand Down

0 comments on commit 893ff41

Please sign in to comment.