{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DictionaryProviderEntryAttibutes", "type": "object", "description": "Atrybuty pozycji słownika świadczeniodawców\nSchema: https://api.nfz.gov.pl/app-umw-api/schemas/#dictionary-provider-entry", "additionalProperties": false, "properties": { "branch": { "type": [ "null", "string" ], "description": "Oddział Wojewódzki NFZ" }, "code": { "type": [ "null", "string" ], "description": "Kod świadczeniodawcy" }, "name": { "type": [ "null", "string" ], "description": "Nazwa świadczeniodawcy" }, "nip": { "type": [ "null", "string" ], "description": "Numer NIP" }, "regon": { "type": [ "null", "string" ], "description": "Numer REGON" }, "registry-number": { "type": [ "null", "string" ], "description": "Numer księgi rejestrowej" }, "post-code": { "type": [ "null", "string" ], "description": "Kod pocztowy" }, "street": { "type": [ "null", "string" ], "description": "Ulica" }, "place": { "type": [ "null", "string" ], "description": "Miejscowość" }, "phone": { "type": [ "null", "string" ], "description": "Numer telefonu" }, "commune": { "type": [ "null", "string" ], "description": "Gmina" } } }