Sha256: ca86e82d0c76c9a3f1d952ad491a74f2e911b2e519020262badc499221831713

Contents?: true

Size: 583 Bytes

Versions: 1

Compression:

Stored size: 583 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

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