get_school_types
Retrieve all available school types from Skolverket's official classification system to filter educational data and understand Swedish school categories.
Instructions
Hämta lista över alla skoltyper.
ANVÄNDNINGSFALL:
Se tillgängliga skolformer
Förstå Skolverkets kategorisering
Filtrera data efter skoltyp
RETURNERAR: Lista över skoltyper med koder och namn.
VÄRDEN: GR (Grundskola), GY (Gymnasium), VUX (Vuxenutbildning), GRSÄR (Grundsärskola), GYSÄR (Gymnasiesärskola).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeExpired | No |
Input Schema (JSON Schema)
{
"properties": {
"includeExpired": {
"_def": {
"description": "Inkludera utgångna skoltyper",
"innerType": {
"_def": {
"innerType": {
"_def": {
"coerce": false,
"typeName": "ZodBoolean"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodDefault"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"type": "object"
}