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

json.soknad.parts.adresse.matrikkeladresse.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 matrikkeladresse.",
	"javaType": "no.nav.sbl.soknadsosialhjelp.soknad.adresse.MatrikkelAdresse",
	"type": "object",
	"extends": {
		"ONLY_CODEGEN$ref": "../adresse.json"
	},
	"allOf": [
		{
			"properties": {
				"type": {
					"type": "string",
					"enum": [
						"matrikkeladresse"
					]
				}
			}
		}
	],
	"properties": {
		"kommunenummer": {
			"type": "string"
		},
		"gaardsnummer": {
			"type": "string"
		},
		"bruksnummer": {
			"type": "string"
		},
		"festenummer": {
			"type": "string"
		},
		"seksjonsnummer": {
			"type": "string"
		},
		"undernummer": {
			"type": "string"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy