Sha256: 65d16c3eadf3179041052bfcdd51087a0aa8e74d53d3784ac40f3d266f715bd5
Contents?: true
Size: 699 Bytes
Versions: 20
Compression:
Stored size: 699 Bytes
Contents
{ "definitions": {}, "$schema": "http://json-schema.org/draft-06/schema#", "$id": "http://puppet.com/schema/does_not_exist.json", "type": "object", "title": "The PDK Analytics YAML Schema", "properties": { "disabled": { "$id": "#/properties/disabled", "type": "boolean", "title": "Disabled property", "examples": [ false ] }, "user-id": { "$id": "#/properties/user-id", "type": "string", "title": "The User-id for analytics", "examples": [ "cb9ed65f-37dc-48d8-9863-8bd09cbb61c7" ], "pattern": "^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$" } } }
Version data entries
20 entries across 20 versions & 2 rubygems