Sha256: 7bafb519c3c190dda11229ae851af4bc325abf854dc94d3ecce443eeebac64a5
Contents?: true
Size: 293 Bytes
Versions: 77
Compression:
Stored size: 293 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": ["locale"], "properties": { "locale": { "type": "string", "minLength": 1 }, "system_type": { "type": "string", "enum": ["local", "remote", "docker"] } } }
Version data entries
77 entries across 22 versions & 1 rubygems