Skip to main content
Skip table of contents

JSON-schema Kravdokument

JSON
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "http://schemas.infopack.io/100gruppen/rexs.requirement-document.1.schema.json",
	"title": "Requirement Document",
	"description": "A schema representing a requirement document, containing a list of sub requirements.",
	"type": "object",
	"properties": {
		"subRequirements": {
			"description": "A list of sub requirements, each referencing the 'identifier' property in the 'reference designation' schema file.",
			"type": "array",
			"items": {
				"$ref": "http://schemas.infopack.io/100gruppen/rexs.reference-designation.1.schema.json#/properties/identifier"
			}
		}
	},
	"additionalProperties": false
}

Relaterad information

Detaljer om Kravdokument

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.