Sha256: b09340691dede750a65bef6d16ffc7116b00c7c5e6b63fcc3ee7680703fcfa6e

Contents?: true

Size: 1.12 KB

Versions: 46

Compression:

Stored size: 1.12 KB

Contents

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

  "type": "object",
  "required": [
    "_elements"
  ],
  "properties": {
    "_attributes": {
      "type": "object"
    },
    "_elements": {
      "oneof": [
        {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "name",
              "version",
              "release"
            ],
            "properties": {
              "name": {
                "type": "string",
                "minLength": 1
              },
              "version": {
                "type": "string",
                "minLength": 1
              },
              "release": {
                "type": "string",
                "minLength": 1
              }
            }
          }
        },
        {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "name"
            ],
            "properties": {
              "name": {
                "type": "string",
                "minLength": 1
              }
            }
          }
        }
      ]
    }
  }
}

Version data entries

46 entries across 13 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 plugins/patterns/schema/system-description-patterns.schema-v8.json
machinery-tool-1.24.1 plugins/patterns/schema/system-description-patterns.schema-v6.json
machinery-tool-1.24.1 plugins/patterns/schema/system-description-patterns.schema-v9.json
machinery-tool-1.24.1 plugins/patterns/schema/system-description-patterns.schema-v7.json
machinery-tool-1.24.0 plugins/patterns/schema/system-description-patterns.schema-v8.json
machinery-tool-1.24.0 plugins/patterns/schema/system-description-patterns.schema-v9.json
machinery-tool-1.24.0 plugins/patterns/schema/system-description-patterns.schema-v6.json
machinery-tool-1.24.0 plugins/patterns/schema/system-description-patterns.schema-v7.json
machinery-tool-1.23.1 plugins/patterns/schema/system-description-patterns.schema-v8.json
machinery-tool-1.23.1 plugins/patterns/schema/system-description-patterns.schema-v7.json
machinery-tool-1.23.1 plugins/patterns/schema/system-description-patterns.schema-v6.json
machinery-tool-1.23.1 plugins/patterns/schema/system-description-patterns.schema-v9.json
machinery-tool-1.23.0 plugins/patterns/schema/system-description-patterns.schema-v7.json
machinery-tool-1.23.0 plugins/patterns/schema/system-description-patterns.schema-v8.json
machinery-tool-1.23.0 plugins/patterns/schema/system-description-patterns.schema-v6.json
machinery-tool-1.23.0 plugins/patterns/schema/system-description-patterns.schema-v9.json
machinery-tool-1.22.3 plugins/patterns/schema/system-description-patterns.schema-v8.json
machinery-tool-1.22.3 plugins/patterns/schema/system-description-patterns.schema-v6.json
machinery-tool-1.22.3 plugins/patterns/schema/system-description-patterns.schema-v7.json
machinery-tool-1.22.3 plugins/patterns/schema/system-description-patterns.schema-v9.json