{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "AgreementAttributes", "type": "object", "description": "Atrybuty umowy\nSchema: https://api.nfz.gov.pl/app-umw-api/schemas/#agreement-attributes", "additionalProperties": false, "properties": { "code": { "type": [ "null", "string" ], "description": "Kod umowy" }, "technical-code": { "type": [ "null", "string" ], "description": "Techniczny kod umowy przekazywany w ramach UMX, używany w ramach wymiany danych z NFZ" }, "origin-code": { "type": [ "null", "string" ], "description": "Kod pierwotny umowy" }, "service-type": { "type": [ "null", "string" ], "description": "Rodzaj świadczenia" }, "service-name": { "type": [ "null", "string" ], "description": "Nazwa rodzaju świadczenia" }, "amount": { "type": [ "null", "number" ], "description": "Kwota", "format": "decimal" }, "updated-at": { "type": "string", "description": "Data aktualizacji danych w centrali ", "format": "date-time" }, "provider-code": { "type": [ "null", "string" ], "description": "Kod świadczeniodawcy" }, "provider-nip": { "type": [ "null", "string" ], "description": "Numer NIP" }, "provider-regon": { "type": [ "null", "string" ], "description": "Numer REGON" }, "provider-registry-number": { "type": [ "null", "string" ], "description": "Numer księgi rejestrowej" }, "provider-name": { "type": [ "null", "string" ], "description": "Nazwa świadczeniodawcy" }, "provider-place": { "type": [ "null", "string" ], "description": "Miejscowość świadczeniodawcy" }, "year": { "type": "integer", "description": "Rok", "format": "int32" }, "branch": { "type": [ "null", "string" ], "description": "Oddział świadczeniodawcy" } } }