Sha256: a5efe03dbdc3e00ebcffc5f25d41e7dddabf3c9c99362aea46372a8e31115354

Contents?: true

Size: 929 Bytes

Versions: 144

Compression:

Stored size: 929 Bytes

Contents

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

  "type": "object",
  "required": ["meta"],
  "properties": {
    "meta": {
      "required": ["format_version"],
      "properties": {
        "format_version": {
          "type": "integer",
          "minimum": 1
        },
        "filters": {
          "type": "object",
          "required": ["inspect"],
          "properties": {
            "inspect": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      },
      "additionalProperties": {
        "type": "object",
        "required": ["modified", "hostname"],
        "properties": {
          "modified": {
            "type": "string",
            "format": "date-time"
          },
          "hostname": {
            "type": "string",
            "format": "hostname"
          }
        }
      }
    }
  }
}

Version data entries

144 entries across 36 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 schema/system-description-global.schema-v5.json
machinery-tool-1.24.1 schema/system-description-global.schema-v9.json
machinery-tool-1.24.1 schema/system-description-global.schema-v10.json
machinery-tool-1.24.1 schema/system-description-global.schema-v4.json
machinery-tool-1.24.1 schema/system-description-global.schema-v6.json
machinery-tool-1.24.1 schema/system-description-global.schema-v3.json
machinery-tool-1.24.1 schema/system-description-global.schema-v8.json
machinery-tool-1.24.1 schema/system-description-global.schema-v7.json
machinery-tool-1.24.0 schema/system-description-global.schema-v3.json
machinery-tool-1.24.0 schema/system-description-global.schema-v4.json
machinery-tool-1.24.0 schema/system-description-global.schema-v8.json
machinery-tool-1.24.0 schema/system-description-global.schema-v9.json
machinery-tool-1.24.0 schema/system-description-global.schema-v6.json
machinery-tool-1.24.0 schema/system-description-global.schema-v10.json
machinery-tool-1.24.0 schema/system-description-global.schema-v7.json
machinery-tool-1.24.0 schema/system-description-global.schema-v5.json
machinery-tool-1.23.1 schema/system-description-global.schema-v4.json
machinery-tool-1.23.1 schema/system-description-global.schema-v3.json
machinery-tool-1.23.1 schema/system-description-global.schema-v7.json
machinery-tool-1.23.1 schema/system-description-global.schema-v8.json