search_curriculums
Search for Swedish educational curricula by school type and time period to find current requirements, compare different educational levels, and understand curriculum structure.
Instructions
Sök efter läroplaner (t.ex. LGR11, GY11).
ANVÄNDNINGSFALL:
Hitta gällande läroplaner
Jämföra läroplaner mellan skolformer
Förstå läroplanernas struktur
RETURNERAR: Lista över läroplaner med kod, namn och giltighetsperiod.
EXEMPEL: LGR11 (Läroplan för grundskolan 2011), GY11 (Gymnasiet 2011).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schooltype | No | ||
| timespan | No | ||
| typeOfSyllabus | No |
Input Schema (JSON Schema)
{
"properties": {
"schooltype": {
"_def": {
"description": "Skoltyp (t.ex. \"GR\" för grundskola, \"GY\" för gymnasium)",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"timespan": {
"_def": {
"description": "Tidsperiod för läroplaner",
"innerType": {
"_def": {
"typeName": "ZodEnum",
"values": [
"LATEST",
"HISTORIC",
"ALL"
]
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodDefault"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeOfSyllabus": {
"_def": {
"description": "Typ av läroplan",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"type": "object"
}