Sha256: 73939a7fabbb3d4896ec76cbf3ab7059c6f597a960ac2c9181f6ae4024ffd07f

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-03/schema#",
  "id": "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

1 entries across 1 versions & 1 rubygems

Version Path
pupa-0.2.4 schemas/popolo/count.json