Skip to content

Instantly share code, notes, and snippets.

@natechols
Created August 17, 2016 22:14
Show Gist options
  • Save natechols/99fb4b32297d6d3463a910e27f5e385b to your computer and use it in GitHub Desktop.
Save natechols/99fb4b32297d6d3463a910e27f5e385b to your computer and use it in GitHub Desktop.
{
"namespace": "com.pacbio.common.models.datastore",
"type": "record",
"name": "DataStoreViewRule",
"fields": [
{
"name": "id",
"type": "string",
"desc": "Corresponds to sourceId in datastore, e.g. pbalign.tasks.pbalign-
out-0"
},
{
"name": "fileTypeId",
"type": "string",
"desc": "File type identifier, e.g. PacBio.FileTypes.JsonReport"
},
{
"name": "isHidden",
"type": "boolean",
"desc": "Specifies that a file should not appear in the UI"
},
{
"name": "name",
"type": ["string", "null"],
"desc": "Override the display name (optional)"
},
{
"name": "description",
"type": ["string", "null"],
"desc": "Override the display description (optional)"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment