{
    "$defs": {
        "Adresse": {
            "additionalProperties": false,
            "description": "Ei postadresse knytt til ein akt\u00f8r, organisasjon eller kontaktpunkt.",
            "properties": {
                "full_adresse": {
                    "description": "Full adresse som fritekst.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "land": {
                    "description": "Land (ISO 3166-1 alpha-2 kode).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "postnummer": {
                    "description": "Postnummer.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "poststad": {
                    "description": "Poststad/by.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                }
            },
            "required": [
                "id"
            ],
            "title": "Adresse",
            "type": "object"
        },
        "Aktor": {
            "additionalProperties": false,
            "description": "Ein akt\u00f8r (person eller organisasjon) relatert til ei teneste.",
            "properties": {
                "adresse_ref": {
                    "description": "Postadresse knytt til akt\u00f8ren.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "deltek_i": {
                    "description": "Deltakingar akt\u00f8ren er del av.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                }
            },
            "required": [
                "id",
                "tittel",
                "identifikator_literal"
            ],
            "title": "Aktor",
            "type": "object"
        },
        "Begrepssamling": {
            "additionalProperties": false,
            "description": "Ei SKOS-omgrepssamling (temavokabular).",
            "properties": {
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Begrepssamling",
            "type": "object"
        },
        "Deltagelse": {
            "additionalProperties": false,
            "description": "Ei rolle ein akt\u00f8r har i leveringa av ei teneste.",
            "properties": {
                "deltakar": {
                    "description": "Akt\u00f8ren som deltek.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "har_rolle": {
                    "description": "Rolla akt\u00f8ren har i ei deltaking.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Deltagelse",
            "type": "object"
        },
        "Dokumentasjonstype": {
            "additionalProperties": false,
            "description": "Ein type dokumentasjon som krevst for \u00e5 levere ei teneste.",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "er_beskrive_av": {
                    "description": "Datasett som beskriv ressursen.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_spesifisert_i": {
                    "description": "Liste eller spesifikasjon ressursen er del av.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "godtek_spraak": {
                    "description": "Spr\u00e5k dokumentasjonstypen er akseptert i.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "gyldig_i": {
                    "description": "Kor lenge dokumentasjonen er gyldig (ISO 8601 varigheit).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "klassifisering": {
                    "description": "Klassifisering av dokumentasjonstypen.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "utstedingsstad": {
                    "description": "Stad dokumentasjonen er akseptert fr\u00e5.",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "tittel",
                "beskrivelse",
                "identifikator_literal"
            ],
            "title": "Dokumentasjonstype",
            "type": "object"
        },
        "Gebyr": {
            "additionalProperties": false,
            "description": "Eit gebyr knytt til ei teneste.",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "valuta": {
                    "description": "Valuta (cv:currency).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "verdi": {
                    "description": "Verdien av gebyret.",
                    "type": [
                        "number",
                        "null"
                    ]
                }
            },
            "required": [
                "id"
            ],
            "title": "Gebyr",
            "type": "object"
        },
        "Hendelse": {
            "additionalProperties": false,
            "description": "Ei hending som kan utl\u00f8yse behov for ei offentleg teneste.",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_beskrive_av": {
                    "description": "Datasett som beskriv ressursen.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_kontaktpunkt": {
                    "description": "Kontaktpunkt for tenesta eller organisasjonen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "kan_utlose": {
                    "description": "Offentlege tenester hendinga kan utl\u00f8yse.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tema": {
                    "description": "Emne/tema tenesta handlar om.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "tittel",
                "identifikator_literal",
                "har_kontaktpunkt"
            ],
            "title": "Hendelse",
            "type": "object"
        },
        "Katalog": {
            "additionalProperties": false,
            "description": "Ein katalog over offentlege tenester og hendingar.",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "dekningsomraade": {
                    "description": "Geografisk dekningsomr\u00e5de (dct:spatial).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "endringsdato": {
                    "description": "Dato for siste endring av ressursen (dct:modified).",
                    "format": "date",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "har_kontaktpunkt": {
                    "description": "Kontaktpunkt for tenesta eller organisasjonen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "heimeside": {
                    "description": "Heimeside for ressursen eller organisasjonen (foaf:homepage).",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "inneheld_hending": {
                    "description": "Hendingar i katalogen.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "inneheld_teneste": {
                    "description": "Offentlege tenester i katalogen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "lisens": {
                    "description": "Lisens for katalogen.",
                    "format": "uri",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "oppdateringsfrekvens": {
                    "description": "Kor ofte katalogen vert oppdatert.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "spraak": {
                    "description": "Spr\u00e5k brukt i ressursen (dct:language).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "utgjevar": {
                    "description": "Utgjevar av katalogen.",
                    "type": "string"
                }
            },
            "required": [
                "id",
                "tittel",
                "beskrivelse",
                "identifikator_literal",
                "inneheld_teneste",
                "har_kontaktpunkt",
                "utgjevar"
            ],
            "title": "Katalog",
            "type": "object"
        },
        "Konsept": {
            "additionalProperties": false,
            "description": "Referanse til eit SKOS-omgrep fr\u00e5 eit kontrollert vokabular.",
            "properties": {
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Konsept",
            "type": "object"
        },
        "Kontaktpunkt": {
            "additionalProperties": false,
            "description": "Kontaktinformasjon for ei teneste eller ein organisasjon.",
            "properties": {
                "epost": {
                    "description": "E-postadresse (mailto:-URI).",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "kategori": {
                    "description": "Kategori for kontaktpunktet.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "kontaktside": {
                    "description": "Kontaktside (nettadresse).",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "opningstider": {
                    "description": "Opningstider.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "spraak": {
                    "description": "Spr\u00e5k brukt i ressursen (dct:language).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "telefon": {
                    "description": "Telefonnummer.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                }
            },
            "required": [
                "id"
            ],
            "title": "Kontaktpunkt",
            "type": "object"
        },
        "Livshendelse": {
            "additionalProperties": false,
            "description": "Ei livshending som kan utl\u00f8yse behov for tenester (t.d. f\u00f8dsel, ekteskap).",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_beskrive_av": {
                    "description": "Datasett som beskriv ressursen.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_kontaktpunkt": {
                    "description": "Kontaktpunkt for tenesta eller organisasjonen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "kan_utlose": {
                    "description": "Offentlege tenester hendinga kan utl\u00f8yse.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "kan_utlose_behov_for": {
                    "description": "Tenester det kan oppst\u00e5 behov for som f\u00f8lgje av hendinga.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tema": {
                    "description": "Emne/tema tenesta handlar om.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "tittel",
                "identifikator_literal",
                "har_kontaktpunkt"
            ],
            "title": "Livshendelse",
            "type": "object"
        },
        "Mediatype": {
            "additionalProperties": false,
            "description": "Ein medietype eller filformat (dct:MediaTypeOrExtent).",
            "properties": {
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Mediatype",
            "type": "object"
        },
        "OffentligOrganisasjon": {
            "additionalProperties": false,
            "description": "Ein offentleg organisasjon som er ansvarleg for ei teneste.",
            "properties": {
                "adresse_ref": {
                    "description": "Postadresse knytt til akt\u00f8ren.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "dekningsomraade": {
                    "description": "Geografisk dekningsomr\u00e5de (dct:spatial).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "deltek_i": {
                    "description": "Deltakingar akt\u00f8ren er del av.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "foretrekt_namn": {
                    "description": "F\u00f8retrekt namn/term for organisasjonen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "heimeside": {
                    "description": "Heimeside for ressursen eller organisasjonen (foaf:homepage).",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "foretrekt_namn",
                "dekningsomraade",
                "id",
                "tittel",
                "identifikator_literal"
            ],
            "title": "OffentligOrganisasjon",
            "type": "object"
        },
        "OffentligTjeneste": {
            "additionalProperties": false,
            "description": "Ei konkret offentleg teneste levert av ein offentleg organisasjon.",
            "properties": {
                "behandlingstid": {
                    "description": "Forventa behandlingstid for tenesta eller kanalen (ISO 8601).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "dekningsomraade": {
                    "description": "Geografisk dekningsomr\u00e5de (dct:spatial).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_beskrive_av": {
                    "description": "Datasett som beskriv ressursen.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_del_av": {
                    "description": "Tenesta er del av ei anna teneste.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "er_gruppert_av": {
                    "description": "Hending(ar) som grupperer tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_klassifisert_av": {
                    "description": "Omgrep tenesta er klassifisert med.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "folger": {
                    "description": "Regelverk tenesta f\u00f8lgjer.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_ansvarleg_styremakt": {
                    "description": "Offentleg organisasjon ansvarleg for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "har_del": {
                    "description": "Deltenester som inng\u00e5r i denne tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_deltaking": {
                    "description": "Deltakarar med spesifikke roller i levering av tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_dokumentasjonstype": {
                    "description": "Dokumentasjon som krevst for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_gebyr": {
                    "description": "Gebyr knytt til tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_kontaktpunkt": {
                    "description": "Kontaktpunkt for tenesta eller organisasjonen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "har_regulativ_ressurs": {
                    "description": "Regulativ ressurs (lov, forskrift) knytt til tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_tenestekanal": {
                    "description": "Kanal for tilgang til tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_tenesteresultattype": {
                    "description": "Typen resultat tenesta kan produsere.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "heimeside": {
                    "description": "Heimeside for ressursen eller organisasjonen (foaf:homepage).",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "krev": {
                    "description": "Teneste eller ressurs denne tenesta krev.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "malgruppe": {
                    "description": "M\u00e5lgruppe for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "nokkelord": {
                    "description": "N\u00f8kkelord som beskriv ressursen (dcat:keyword).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "relatert_teneste": {
                    "description": "Relatert teneste.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "sektor": {
                    "description": "Industri/sektor tenesta tilh\u00f8yrer.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "spraak": {
                    "description": "Spr\u00e5k brukt i ressursen (dct:language).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "status": {
                    "description": "Status for ressursen fr\u00e5 eit kontrollert vokabular (adms:status).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "tema": {
                    "description": "Emne/tema tenesta handlar om.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "temaomrade": {
                    "description": "Tematisk omr\u00e5de for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "tittel",
                "beskrivelse",
                "identifikator_literal",
                "har_kontaktpunkt",
                "har_tenesteresultattype",
                "har_ansvarleg_styremakt"
            ],
            "title": "OffentligTjeneste",
            "type": "object"
        },
        "Regel": {
            "additionalProperties": false,
            "description": "Eit regelverk eller retningsliner som styrer levering av ei teneste.",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "spraak": {
                    "description": "Spr\u00e5k brukt i ressursen (dct:language).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id"
            ],
            "title": "Regel",
            "type": "object"
        },
        "RegulativRessurs": {
            "additionalProperties": false,
            "description": "Ein regulativ ressurs (lov, forskrift o.l.) knytt til ei teneste.",
            "properties": {
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id"
            ],
            "title": "RegulativRessurs",
            "type": "object"
        },
        "Tjeneste": {
            "additionalProperties": false,
            "description": "Ei teneste levert av ein ikkje-offentleg akt\u00f8r.",
            "properties": {
                "behandlingstid": {
                    "description": "Forventa behandlingstid for tenesta eller kanalen (ISO 8601).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "dekningsomraade": {
                    "description": "Geografisk dekningsomr\u00e5de (dct:spatial).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "eigd_av": {
                    "description": "Akt\u00f8r som eig eller er ansvarleg for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "er_beskrive_av": {
                    "description": "Datasett som beskriv ressursen.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_del_av": {
                    "description": "Tenesta er del av ei anna teneste.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "er_gruppert_av": {
                    "description": "Hending(ar) som grupperer tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_klassifisert_av": {
                    "description": "Omgrep tenesta er klassifisert med.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "folger": {
                    "description": "Regelverk tenesta f\u00f8lgjer.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_del": {
                    "description": "Deltenester som inng\u00e5r i denne tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_deltaking": {
                    "description": "Deltakarar med spesifikke roller i levering av tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_dokumentasjonstype": {
                    "description": "Dokumentasjon som krevst for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_gebyr": {
                    "description": "Gebyr knytt til tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_kontaktpunkt": {
                    "description": "Kontaktpunkt for tenesta eller organisasjonen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "har_regulativ_ressurs": {
                    "description": "Regulativ ressurs (lov, forskrift) knytt til tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_tenestekanal": {
                    "description": "Kanal for tilgang til tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_tenesteresultattype": {
                    "description": "Typen resultat tenesta kan produsere.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "heimeside": {
                    "description": "Heimeside for ressursen eller organisasjonen (foaf:homepage).",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "krev": {
                    "description": "Teneste eller ressurs denne tenesta krev.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "malgruppe": {
                    "description": "M\u00e5lgruppe for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "nokkelord": {
                    "description": "N\u00f8kkelord som beskriv ressursen (dcat:keyword).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "relatert_teneste": {
                    "description": "Relatert teneste.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "sektor": {
                    "description": "Industri/sektor tenesta tilh\u00f8yrer.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "spraak": {
                    "description": "Spr\u00e5k brukt i ressursen (dct:language).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "status": {
                    "description": "Status for ressursen fr\u00e5 eit kontrollert vokabular (adms:status).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "tema": {
                    "description": "Emne/tema tenesta handlar om.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "temaomrade": {
                    "description": "Tematisk omr\u00e5de for tenesta.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "tittel",
                "beskrivelse",
                "identifikator_literal",
                "har_kontaktpunkt",
                "har_tenesteresultattype",
                "eigd_av"
            ],
            "title": "Tjeneste",
            "type": "object"
        },
        "Tjenestekanal": {
            "additionalProperties": false,
            "description": "Ein kanal for \u00e5 f\u00e5 tilgang til ei teneste (t.d. nett, telefon, oppm\u00f8te).",
            "properties": {
                "behandlingstid": {
                    "description": "Forventa behandlingstid for tenesta eller kanalen (ISO 8601).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "nettside": {
                    "description": "Nettside for tenestekanalane.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "opningstider": {
                    "description": "Opningstider.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "identifikator_literal"
            ],
            "title": "Tjenestekanal",
            "type": "object"
        },
        "Tjenesteresultattype": {
            "additionalProperties": false,
            "description": "Typen resultat som ei teneste produserer.",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "er_beskrive_av": {
                    "description": "Datasett som beskriv ressursen.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_spesifisert_i": {
                    "description": "Liste eller spesifikasjon ressursen er del av.",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "kan_skape_hending": {
                    "description": "Hending tenesteresultatet kan skape.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "mogleg_spraak": {
                    "description": "Mogleg spr\u00e5k for tenesteresultatet.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "tittel",
                "beskrivelse"
            ],
            "title": "Tjenesteresultattype",
            "type": "object"
        },
        "Tjenesteresultattypeliste": {
            "additionalProperties": false,
            "description": "Ei liste over moglege tjenesteresultattypar.",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                }
            },
            "required": [
                "id"
            ],
            "title": "Tjenesteresultattypeliste",
            "type": "object"
        },
        "Virksomhetshendelse": {
            "additionalProperties": false,
            "description": "Ei verksemdhending som kan utl\u00f8yse behov for tenester (t.d. oppstart, konkurs).",
            "properties": {
                "beskrivelse": {
                    "description": "Fritekstbeskrivelse av ressursen (dct:description).",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "er_beskrive_av": {
                    "description": "Datasett som beskriv ressursen.",
                    "items": {
                        "format": "uri",
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "har_kontaktpunkt": {
                    "description": "Kontaktpunkt for tenesta eller organisasjonen.",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "id": {
                    "description": "URI-identifikator for ressursen.",
                    "type": "string"
                },
                "identifikator_literal": {
                    "description": "Tekstleg identifikator for ressursen (dct:identifier).",
                    "type": "string"
                },
                "kan_utlose": {
                    "description": "Offentlege tenester hendinga kan utl\u00f8yse.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "kan_utlose_behov_for": {
                    "description": "Tenester det kan oppst\u00e5 behov for som f\u00f8lgje av hendinga.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tema": {
                    "description": "Emne/tema tenesta handlar om.",
                    "items": {
                        "type": "string"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "tittel": {
                    "description": "Namn/tittel p\u00e5 ressursen (dct:title).",
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "type_concept": {
                    "description": "Type ressurs fr\u00e5 eit kontrollert vokabular (dct:type).",
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "required": [
                "id",
                "tittel",
                "identifikator_literal",
                "har_kontaktpunkt"
            ],
            "title": "Virksomhetshendelse",
            "type": "object"
        }
    },
    "$id": "https://data.norge.no/ap-no/cpsv-ap-no",
    "$schema": "https://json-schema.org/draft/2019-09/schema",
    "additionalProperties": true,
    "metamodel_version": "1.11.0",
    "title": "cpsv-ap-no",
    "type": "object",
    "version": "1.0.0"
}

