Sha256: 11fb3cab45364c8504cbb20425d1f4b5bb9491c6400f7420f7b053fff1348975

Contents?: true

Size: 492 Bytes

Versions: 126

Compression:

Stored size: 492 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "definitions": {
    "comment": {
      "type": "object",
      "properties": {
        "string": {
          "type": "string"
        },
        "location": {
          "$ref": "location.json"
        }
      },
      "required": ["string", "location"]
    }
  },
  "title": "Comment associated with a declaration or a member",
  "oneOf": [
    {
      "$ref": "#/definitions/comment"
    },
    {
      "type": "null"
    }
  ]
}

Version data entries

126 entries across 126 versions & 3 rubygems

Version Path
rbs-relaxed-3.9.0.1 schema/comment.json
rbs-3.8.1 schema/comment.json
rbs-3.8.0 schema/comment.json
rbs-3.8.0.pre.1 schema/comment.json
rbs-3.7.0.pre.1 schema/comment.json
rbs-3.7.0.dev.1 schema/comment.json
rbs-3.6.1 schema/comment.json
rbs-3.6.0 schema/comment.json
rbs-3.6.0.pre.3 schema/comment.json
rbs-3.6.0.pre.2 schema/comment.json
rbs-3.6.0.pre.1 schema/comment.json
rbs-3.6.0.dev.1 schema/comment.json
rbs-3.5.3 schema/comment.json
rbs-3.5.2 schema/comment.json
rbs-3.5.1 schema/comment.json
rbs-3.5.1.pre.1 schema/comment.json
rbs-3.5.0 schema/comment.json
rbs-3.5.0.pre.2 schema/comment.json
rbs-3.5.0.pre.1 schema/comment.json
rbs-3.4.4 schema/comment.json