Sha256: 08aaebf5d41de6435c5d63e62db3d8c7bc116111695ef4238ef62850988d41a0
Contents?: true
Size: 894 Bytes
Versions: 89
Compression:
Stored size: 894 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items" : { "type" : "object", "required": ["alias", "name", "url", "type", "enabled", "gpgcheck", "package_manager"], "properties": { "alias": { "type": "string", "minLength": 1 }, "name": { "type": "string", "minLength": 1 }, "type": { "enum": ["yast2", "rpm-md", "plaindir", null] }, "url": { "type": "string", "format": "uri", "minLength": 1 }, "enabled": { "type": "boolean" }, "autorefresh": { "type": "boolean" }, "gpgcheck": { "type": "boolean" }, "priority": { "type": "integer", "minimum": 1 }, "package_manager": { "type": "string", "minLength": 1 } } } }
Version data entries
89 entries across 36 versions & 1 rubygems