Sha256: a0ebadc3de455583f1e98afb4619431819235f328d4f9814cfd6481c4901a31e

Contents?: true

Size: 706 Bytes

Versions: 6

Compression:

Stored size: 706 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-03/schema#",
  "id": "http://www.popoloproject.com/schemas/count.json#",
  "title": "Count",
  "description": "The number of votes for an option in a vote event",
  "type": "object",
  "properties": {
    "option": {
      "description": "An option in a vote event",
      "type": "string",
      "required": true
    },
    "value": {
      "description": "The number of votes for an option",
      "type": "integer",
      "required": true
    },
    "group_id": {
      "description": "The ID of a group of voters",
      "type": ["string", "null"]
    },
    "group": {
      "description": "A group of voters",
      "type": ["object", "null"]
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pupa-0.2.3 schemas/popolo/count.json
pupa-0.2.2 schemas/popolo/count.json
pupa-0.2.1 schemas/popolo/count.json
pupa-0.2.0 schemas/popolo/count.json
pupa-0.1.11 schemas/popolo/count.json
pupa-0.1.10 schemas/popolo/count.json