From https://github.com/beerjson/beerjson/blob/master/json/style.json "category_number": { "type": "integer" }, but in https://github.com/beerjson/bjcp-json/blob/main/styles/bjcp_styleguide-2021.json "category_id": "1", should be: "category_id": 1,
From https://github.com/beerjson/beerjson/blob/master/json/style.json
"category_number": {
"type": "integer"
},
but in https://github.com/beerjson/bjcp-json/blob/main/styles/bjcp_styleguide-2021.json
"category_id": "1",
should be:
"category_id": 1,