{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DictionaryProviderEntry", "type": "object", "description": "Pozycja słownikowa świadczeniodawcy\nSchema: https://api.nfz.gov.pl/app-umw-api/schemas/#dictionary-provider-entry", "additionalProperties": false, "properties": { "type": { "type": [ "null", "string" ], "description": "Typ obiektu" }, "attributes": { "description": "Atrybuty pozycji słownika świadczeniodawców", "oneOf": [ { "type": "null" }, { "$ref": "#/definitions/DictionaryProviderEntryAttibutes" } ] } }, "definitions": { "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" } } } } }