Sha256: 0b9dee957d126f2623bb86456bb077911323e5d36dc12e4f36eb028d0e30cd44

Contents?: true

Size: 664 Bytes

Versions: 172

Compression:

Stored size: 664 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",

  "type": "array",
  "items": {
    "type": "object",
    "required": ["name", "version", "release", "arch", "vendor", "checksum"],
    "properties": {
      "name": {
        "type": "string",
        "minLength": 1
      },
      "version": {
        "type": "string",
        "minLength": 1
      },
      "release": {
        "type": "string",
        "minLength": 1
      },
      "arch": {
        "type": "string",
        "minLength": 1
      },
      "vendor": {
        "type": "string"
      },
      "checksum": {
        "type": "string",
        "pattern": "^[a-f0-9]+$"
      }
    }
  }
}

Version data entries

172 entries across 41 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 plugins/packages/schema/system-description-packages.schema-v1.json
machinery-tool-1.24.1 plugins/packages/schema/system-description-packages.schema-v5.json
machinery-tool-1.24.1 plugins/packages/schema/system-description-packages.schema-v2.json
machinery-tool-1.24.1 plugins/packages/schema/system-description-packages.schema-v3.json
machinery-tool-1.24.1 plugins/packages/schema/system-description-packages.schema-v4.json
machinery-tool-1.24.0 plugins/packages/schema/system-description-packages.schema-v4.json
machinery-tool-1.24.0 plugins/packages/schema/system-description-packages.schema-v1.json
machinery-tool-1.24.0 plugins/packages/schema/system-description-packages.schema-v2.json
machinery-tool-1.24.0 plugins/packages/schema/system-description-packages.schema-v5.json
machinery-tool-1.24.0 plugins/packages/schema/system-description-packages.schema-v3.json
machinery-tool-1.23.1 plugins/packages/schema/system-description-packages.schema-v3.json
machinery-tool-1.23.1 plugins/packages/schema/system-description-packages.schema-v4.json
machinery-tool-1.23.1 plugins/packages/schema/system-description-packages.schema-v5.json
machinery-tool-1.23.1 plugins/packages/schema/system-description-packages.schema-v2.json
machinery-tool-1.23.1 plugins/packages/schema/system-description-packages.schema-v1.json
machinery-tool-1.23.0 plugins/packages/schema/system-description-packages.schema-v4.json
machinery-tool-1.23.0 plugins/packages/schema/system-description-packages.schema-v1.json
machinery-tool-1.23.0 plugins/packages/schema/system-description-packages.schema-v2.json
machinery-tool-1.23.0 plugins/packages/schema/system-description-packages.schema-v3.json
machinery-tool-1.23.0 plugins/packages/schema/system-description-packages.schema-v5.json