Skip to content

category_id is defined in the schema as an int but it stored in JSON as a String #1

Description

@hugo-a-garcia

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions