UNPKG

melosys-schema

Version:
18 lines (17 loc) 435 B
{ "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": "^(.*)$" } } }