Sha256: df8a77682cdb8f46cb6f8b4d7d744510b1f55b3cad9e8852eb28ae4d5ae1e234

Contents?: true

Size: 550 Bytes

Versions: 6

Compression:

Stored size: 550 Bytes

Contents

{
  "id": "maintInfo.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "schema for maintenance information",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "maintenanceFrequency": {
      "type": "string"
    },
    "maintenanceNote": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
    ,
    "maintenanceContact": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "$ref": "contact.json#/definitions/contactRef"
      }
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adiwg-json_schemas-0.8.1 schema/schema/maintInfo.json
adiwg-json_schemas-0.8.0 schema/schema/maintInfo.json
adiwg-json_schemas-0.7.0 schema/schema/maintInfo.json
adiwg-json_schemas-0.5.2 schema/schema/maintInfo.json
adiwg-json_schemas-0.5.0 schema/schema/maintInfo.json
adiwg-json_schemas-0.4.0 schema/schema/maintInfo.json