Sha256: 8f11ccf32b4d85f0a1a763c4f41ea7a5d80a33fdbed3938e30cd8db51c9549a2

Contents?: true

Size: 620 Bytes

Versions: 6

Compression:

Stored size: 620 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-03/schema#",
  "id": "http://www.popoloproject.com/schemas/group_result.json#",
  "title": "Group result",
  "description": "A result of a vote event within a group of voters",
  "type": "object",
  "properties": {
    "group_id": {
      "description": "The ID of a group of voters",
      "type": ["string", "null"]
    },
    "group": {
      "description": "A group of voters",
      "type": ["object", "null"]
    },
    "result": {
      "description": "The result of the vote event within a group of voters",
      "type": "string",
      "required": true
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

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