{
	"fields": [
		{
			"name": "rok_mes",
			"title": "Rok / měsíc – období, ke kterému se údaj váže",
			"constraints": {
				"required": true,
				"type": "http://www.w3.org/2001/XMLSchema#date"
			}
		},
		{
			"name": "predpis",
			"title": "Částka v Kč dle data splatnosti v období",
			"constraints": {
				"required": true,
				"type": "http://www.w3.org/2001/XMLSchema#float"
			}
		},
		{
			"name": "platba",
			"title": "Částka v Kč dle data platby v období",
			"constraints": {
				"required": true,
				"type": "http://www.w3.org/2001/XMLSchema#float"
			}
		}
	]
}
