Created
May 12, 2025 15:21
-
-
Save tomitrescak/08370da4c39bdd51c7f4715dfa694d3e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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