Sha256: 787bcbdeae10e653ffee0a7e3bebaea9a3e7a2135be6114fb6958935822ecf3b

Contents?: true

Size: 652 Bytes

Versions: 83

Compression:

Stored size: 652 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
        }
      },
      "additionalProperties": {
        "type": "object",
        "required": ["modified", "hostname"],
        "properties": {
          "modified": {
            "type": "string",
            "format": "date-time"
          },
          "hostname": {
            "type": "string",
            "format": "hostname"
          }
        }
      }
    }
  }
}

Version data entries

83 entries across 41 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 schema/system-description-global.schema-v1.json
machinery-tool-1.24.1 schema/system-description-global.schema-v2.json
machinery-tool-1.24.0 schema/system-description-global.schema-v2.json
machinery-tool-1.24.0 schema/system-description-global.schema-v1.json
machinery-tool-1.23.1 schema/system-description-global.schema-v2.json
machinery-tool-1.23.1 schema/system-description-global.schema-v1.json
machinery-tool-1.23.0 schema/system-description-global.schema-v1.json
machinery-tool-1.23.0 schema/system-description-global.schema-v2.json
machinery-tool-1.22.3 schema/system-description-global.schema-v1.json
machinery-tool-1.22.3 schema/system-description-global.schema-v2.json
machinery-tool-1.22.2 schema/system-description-global.schema-v1.json
machinery-tool-1.22.2 schema/system-description-global.schema-v2.json
machinery-tool-1.22.1 schema/system-description-global.schema-v2.json
machinery-tool-1.22.1 schema/system-description-global.schema-v1.json
machinery-tool-1.22.0 schema/system-description-global.schema-v1.json
machinery-tool-1.22.0 schema/system-description-global.schema-v2.json
machinery-tool-1.21.0 schema/system-description-global.schema-v1.json
machinery-tool-1.21.0 schema/system-description-global.schema-v2.json
machinery-tool-1.20.0 schema/system-description-global.schema-v1.json
machinery-tool-1.20.0 schema/system-description-global.schema-v2.json