{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "MonthlyCosts", "type": "object", "description": "Obiekt reprezentujący dane statystyczne dotyczące wykonań refundacji aptecznych w podziale na miesiące ????????\nSchema: https://api.nfz.gov.pl/app-stat-api-ra/schema/monthly-provisions ????????????????", "additionalProperties": false, "properties": { "year": { "type": "integer", "description": "Miesiąc w którym dokonano refundacji", "format": "int32" }, "month": { "type": "integer", "description": "Miesiąc w którym dokonano refundacji", "format": "int32" }, "number-of-patients": { "type": "integer", "description": "Liczba pacjentów", "format": "int32" }, "refund": { "type": "number", "description": "Kwota refundacji NFZ", "format": "decimal" } } }