{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DrugCostsByActiveSubstance", "type": "object", "description": "Koszty leków w podziale na substancje czynną\nSchema: https://api.nfz.gov.pl/app-itl-api-pl/schema/drug-costs-by-active-substance", "additionalProperties": false, "properties": { "active-substance-code": { "type": [ "null", "string" ], "description": "Kod substancji czynnej" }, "active-substance-name": { "type": [ "null", "string" ], "description": "Nazwa substancji czynnej" }, "number-of-patients": { "type": "integer", "description": "Liczba pacjentów", "format": "int32" }, "refund": { "type": "number", "description": "Refundacja NFZ", "format": "decimal" } } }