Sha256: b7ae216a52f71388218072c39f1e3195d062e82c58bf33c8bb492d50a40d81c0
Contents?: true
Size: 445 Bytes
Versions: 75
Compression:
Stored size: 445 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "source_url": { "description": "Place where this fact can be verified", "type": "string" }, "sample_date": { "description": "Date on which this fact was known to be true", "type": "string", "format": "date" } }, "required": [ "source_url", "sample_date" ], "additionalProperties": true }
Version data entries
75 entries across 75 versions & 3 rubygems