Sha256: 8900724e3bad67aa98d3e2385ab5b6974bfed9b21eb9bac9fce22aa0b8b11192
Contents?: true
Size: 817 Bytes
Versions: 82
Compression:
Stored size: 817 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items" : { "type" : "object", "required": ["alias", "name", "url", "type", "enabled", "autorefresh", "gpgcheck", "priority"], "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 } } } }
Version data entries
82 entries across 41 versions & 1 rubygems