{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ActiveSubstanceCosts", "type": "object", "description": "Koszty leków w podziale na substancje czynną", "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" } } }