melosys-schema
Version:
MelosSys Schema Mock data
18 lines (17 loc) • 435 B
JSON
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://nav.no/saksflyt-anmodningsperioder-bestill-post-schema.json",
"type": "object",
"title": "The Saksflyt-anmodningsperioder-post Schema",
"additionalProperties": false,
"required": [
"mottakerinstitusjon"
],
"properties": {
"mottakerinstitusjon": {
"type": ["string", "null"],
"pattern": "^(.*)$"
}
}
}