Sha256: 9e2b7e29a4cffa14e9f71312d68e3f79df8fdc88fcb171130a742a209d380f5d

Contents?: true

Size: 483 Bytes

Versions: 6

Compression:

Stored size: 483 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-03/schema#",
  "id": "http://www.popoloproject.com/schemas/identifier.json#",
  "title": "Identifier",
  "description": "An issued identifier",
  "type": "object",
  "properties": {
    "identifier": {
      "description": "An issued identifier, e.g. a DUNS number",
      "type": "string",
      "required": true
    },
    "scheme": {
      "description": "An identifier scheme, e.g. DUNS",
      "type": ["string", "null"]
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

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