{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ActiveSubstanceCostsByAgeGroup", "type": "object", "description": "Koszty substnacji czynnych w podziale na grupy wiekowe", "additionalProperties": false, "properties": { "active-substance-code": { "type": [ "null", "string" ], "description": "Kod substancji czynnej" }, "active-substance-name": { "type": [ "null", "string" ], "description": "Nazwa programu lekowego" }, "age-group-code": { "type": "integer", "description": "Kod grupy wiekowej", "format": "int32" }, "age-group-name": { "type": [ "null", "string" ], "description": "Nazwa grupy wiekowej" }, "number-of-patients": { "type": "integer", "description": "Liczba pacjentów", "format": "int32" }, "refund": { "type": "number", "description": "Kwota refundacji", "format": "decimal" } } }