All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.soknad.parts.adresse.postboks.json Maven / Gradle / Ivy

Go to download

Definisjon av filformater som skal brukes i forbindelse med søknad for økonomisk sosialhjelp

There is a newer version: 1.2024.07.05-15.40-e5d4649f35ad
Show newest version
{
	"$schema": "http://json-schema.org/draft-06/schema#",

	"title": "Angir en postboksadresse.",
	"javaType": "no.nav.sbl.soknadsosialhjelp.soknad.adresse.PostboksAdresse",
	"type": "object",
	"extends": {
		"ONLY_CODEGEN$ref": "../adresse.json"
	},
	"allOf": [
		{
			"properties": {
				"type": {
					"type": "string",
					"enum": [
						"postboks"
					]
				}
			}
		}
	],
	"properties": {
		"postboks": {
			"type": "string"
		},
		"postnummer": {
			"type": "string"
		},
		"poststed": {
			"type": "string"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy