{ "fields": [ { "name": "Local authority", "description": "Local authority responsible for the library service", "type": "string", "format": "default", "constraints": { "required": true } }, { "name": "Library name", "description": "Full public name by which the library is known", "type": "string", "format": "default", "constraints": { "required": true } }, { "name": "Month", "description": "The month of the count in the format YYYY-MM", "type": "date", "format": "%Y-%m", "constraints": { "required": true } }, { "name": "Type", "description": "The type of item. Will use the item category set by the individual library service e.g. Adult Fiction.", "type": "string", "format": "default", "constraints": { "required": true } }, { "name": "Loans", "description": "The number of issues and renewals for that item type in the counting period.", "type": "integer", "format": "default", "constraints": { "required": true } } ] }