{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ActiveSubstanceCostsByGender", "type": "object", "description": "Koszty substancji 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 substancji czynnej" }, "gender-code": { "type": "integer", "description": "Kod płci pacjenta", "format": "int32" }, "gender-name": { "type": [ "null", "string" ], "description": "Nazwa płci pacjenta" }, "number-of-patients": { "type": "integer", "description": "Liczba pacjentów", "format": "int32" }, "refund": { "type": "number", "description": "Koszt refundacji", "format": "decimal" } } }