innsyn-json-schema.domain.journalpost.v1.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of innsyn-json-schema Show documentation
Show all versions of innsyn-json-schema Show documentation
JSON schema-modeller for indeksering mot Fiks Innsyn
{
"id": "https://fiks.ks.no/innsyn/domain/journalpost.v1.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Innsyn Journalpost V1",
"description": "Melding som beskriver en journalpost",
"type": "object",
"required": [
"registreringsId",
"tittel",
"journaldato",
"dokumentbeskrivelser"
],
"definitions": {
"JournalpostDokumentbeskrivelseV1": {
"description": "Et dokument for en journalpost",
"type": "object",
"required": [
"tittel",
"filstorrelse",
"variantformat",
"nedlastingLenke"
],
"properties": {
"tittel": {
"$ref": "../types/string.not.blank.json"
},
"filstorrelse": {
"type": "integer"
},
"variantformat": {
"$ref": "../types/string.not.blank.json"
},
"nedlastingLenke": {
"$ref": "../types/string.not.blank.json"
}
}
}
},
"properties": {
"registreringsId": {
"$ref": "../types/string.not.blank.json"
},
"tittel": {
"$ref": "../types/string.not.blank.json"
},
"beskrivelse": {
"$ref": "../types/string.nullable.json",
"description": ""
},
"journaldato": {
"$ref": "../types/int64.json",
"description": ""
},
"dokumentbeskrivelser": {
"description": "",
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/definitions/JournalpostDokumentbeskrivelseV1"
}
},
"korrelasjonId": {
"$ref": "korrelasjon.id.json"
},
"forelder": {
"$ref": "forelder.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy