Skip to content

Instantly share code, notes, and snippets.

@alaninmcr
Created April 5, 2020 21:29
Show Gist options
  • Save alaninmcr/f37c271d6ae04a074269da0090cc233e to your computer and use it in GitHub Desktop.
Save alaninmcr/f37c271d6ae04a074269da0090cc233e to your computer and use it in GitHub Desktop.
{
"schema": {
"creators": {
"type": "array",
"items": {
"type": "string",
"title": "Name of Person or Organization who helped create the workflow"
}
},
"dateCreated": {
"type" : "date",
"title" : "Date the workflow was created"
},
"inputs": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type" : "string",
"title" : "Name of the workflow"
},
"outputs": {
"type": "array",
"items": {
"type": "string"
}
},
"programmingLanguages": {
"type": "array",
"items": {
"type": "string"
}
},
"structuredDataPublisher": {
"type": "string",
"title": "Name of Person or Organization who published this description of the workflow"
},
"url": {
"type": "url",
"title": "URL of the workflow"
},
"contributors": {
"type": "array",
"items": {
"type": "string",
"title": "Name of Person or Organization were secondary creators of the workflow"
}
},
"description": {
"type": "string",
"title": "Description of the workflow"
},
"parts": {
"type": "array",
"items": {
"type": "string"
}
},
"keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"license": {
"type": "url",
"title": "License of the workflow"
},
"softwareRequirements": {
"type": "array",
"items": {
"type": "string"
}
},
"targetProducts": {
"type": "array",
"items": {
"type": "string"
}
},
"alternateNames": {
"type": "array",
"items": {
"type": "string"
}
},
"dateModified": {
"type" : "date",
"title" : "Date the workflow was last modified"
},
"identifiers": {
"type": "array",
"items": {
"type": "string"
}
},
"images": {
"type": "array",
"items": {
"type": "url"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment