{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DictionaryEntryAttibutes", "type": "object", "description": "Atrybuty pozycji słownikowej\nSchema: https://api.nfz.gov.pl/app-umw-api/schemas/#dictionary-entry-attributes", "additionalProperties": false, "properties": { "code": { "type": [ "null", "string" ], "description": "Kod pozycji" }, "name": { "type": [ "null", "string" ], "description": "Nazwa pozycji" }, "year": { "type": "integer", "description": "Rok", "format": "int32" } } }