Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomitrescak/08370da4c39bdd51c7f4715dfa694d3e to your computer and use it in GitHub Desktop.
Save tomitrescak/08370da4c39bdd51c7f4715dfa694d3e to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"jobs": {
"type": "array",
"description": "Consider the skills that this subject teaches, the tools used and competencies that are developed. For which types of jobs or careers is this subject interesting and supports it?",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the job or career"
},
"description": {
"type": "string",
"description": "Description of the job or career. What are the responsibilities and values. Discuss the skills, tools and competencies that are required for this job or career."
}
},
"required": ["name", "description"]
}
}
},
"required": ["jobs"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment