Skip to main content
Skip table of contents

JSON-schema Resultatindikatorer

JSON
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "http://schemas.infopack.io/100gruppen/rexs.results-indicators.1.schema.json",
	"title": "Results Indicators",
	"description": "A list of indicators representing the results of a goal, where each item represents a results indicator with a title and description. An optional unit can also be specified for each indicator.",
	"type": "array",
	"required": ["title", "description"],
	"items": {
		"properties": {
			"title": {
				"type": "string",
				"description": "The alphanumeric title of the results indicator",
				"minLength": 1
			},
			"description": {
				"type": "string",
				"description": "The alphanumeric description of the results indicator",
				"minLength": 1
			},
			"unit": {
				"type": "string",
				"description": "The optional alphanumeric unit of the results indicator",
				"minLength": 1
			}
		},
		"additionalProperties": false
	}
}

Relaterad information

Detaljer om Resultatindikator

JavaScript errors detected

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

If this problem persists, please contact our support.