Sha256: cacebe52ca2603b7fa9a1b58b023ec9ddac294380fcfe8de0933a62bc81955a2
Contents?: true
Size: 479 Bytes
Versions: 23
Compression:
Stored size: 479 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "id": "http://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
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
pupa-0.0.3 | schemas/popolo/identifier.json |
pupa-0.0.2 | schemas/popolo/identifier.json |
pupa-0.0.1 | schemas/popolo/identifier.json |