holderdeord/hdo-storting-importer

View on GitHub
lib/hdo/storting_importer/schema/committee.json

Summary

Maintainability
Test Coverage
{
  "id": "hdo#committee",
  "description": "a parliamentary committe",
  "type":"object",
  "properties": {
    "kind": {
        "type": "string",
        "description": "This is always 'hdo#committee'",
        "default": "hdo#committee",
        "required": true
    },
    "external_id": {
      "type": "string",
      "description": "A unique identifier for the committee.",
      "required": true
    },
    "name": {
      "description": "The name of the committee",
      "type": "string",
      "required": true
    }
  }
}