This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from flywheel-io/custom-fields
Document custom fields
- Loading branch information
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "example-gear", | ||
"label": "Example Gear", | ||
"description": "A gear that performs a task.", | ||
"version": "1.0", | ||
"author": "Flywheel", | ||
"license": "Apache-2.0", | ||
"url": "http://example.com", | ||
"source": "http://example.com/code", | ||
"config": { | ||
}, | ||
"inputs": { | ||
}, | ||
"custom": { | ||
"generator": { | ||
"generated-via": "antlr", | ||
"credit": "Terence Parr", | ||
"version": 4 | ||
}, | ||
"flywheel": { | ||
"suite": "FSL 5.0.10" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Custom example | ||
|
||
This is a simple manifest with a few arbitrary custom fields set. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters