Sha256: 0540f74ab7fbed36a5e4b638652a12086a030f54c9617d2f4142dbb77528aa1f
Contents?: true
Size: 452 Bytes
Versions: 19
Compression:
Stored size: 452 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [ { "type": "string", "enum": [ "string", "number", "gps", "boolean", "blob" ] }, { "type": "array", "minItems": 1, "items": { "type": "string", "enum": [ "string", "number", "gps", "boolean", "blob" ] } } ] }
Version data entries
19 entries across 19 versions & 1 rubygems