{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "AgreementPlanMonthAttributes", "type": "object", "description": "Atrybuty miesiąca w planie umowy\nSchema: https://api.nfz.gov.pl/app-umw-api/schemas/#agreement-plan-month-attributes", "additionalProperties": false, "properties": { "unit-count": { "type": "number", "description": "Sumaryczna liczba kontraktu dla produktu", "format": "decimal" }, "month": { "type": "integer", "description": "Miesiąc", "format": "int32" }, "price": { "type": "number", "description": "Sumaryczna kwota kontraktu dla produktu ", "format": "decimal" }, "avg-price": { "type": "number", "description": "Średnia cena produktu ", "format": "decimal" }, "packages-type": { "type": [ "null", "string" ], "description": "Typ pakietów" } } }