Sha256: 27ef40fe602a0e408d489c25ee79bf56d8179166ae5db0c2fd744f16b7b14138

Contents?: true

Size: 616 Bytes

Versions: 2

Compression:

Stored size: 616 Bytes

Contents

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

2 entries across 2 versions & 1 rubygems

Version Path
pupa-0.1.9 schemas/popolo/group_result.json
pupa-0.1.8 schemas/popolo/group_result.json