Sha256: 2231bd6fdc568fda9e770412ef3c9b67d4664ba97901d36cb4a52142000325ea

Contents?: true

Size: 1.28 KB

Versions: 5

Compression:

Stored size: 1.28 KB

Contents

{
  "id": "http://example.com/root.json",
  "definitions": {
    "A": {
      "id": "#foo",
      "type": "integer"
    },
    "B": {
      "id": "other.json",
      "definitions": {
        "X": {
          "id": "#bar",
          "type": "boolean"
        },
        "Y": {
          "$ref": "#/definitions/X"
        },
        "W": {
          "$ref": "#/definitions/Y"
        },
        "Z": {
          "$ref": "#bar"
        },
        "N": {
          "properties": {
            "NX": {
              "$ref": "#/definitions/X"
            }
          }
        }
      }
    }
  },
  "properties": {
    "PA1": {
      "$ref": "http://example.com/root.json#/definitions/A"
    },
    "PA2": {
      "$ref": "#/definitions/A"
    },
    "PA3": {
      "$ref": "#foo"
    },
    "PX1": {
      "$ref": "#/definitions/B/definitions/X"
    },
    "PX2Y": {
      "$ref": "#/definitions/B/definitions/Y"
    },
    "PX3Z": {
      "$ref": "#/definitions/B/definitions/Z"
    },
    "PX4": {
      "$ref": "http://example.com/other.json#/definitions/X"
    },
    "PX5": {
      "$ref": "other.json#/definitions/X"
    },
    "PX6": {
      "$ref": "other.json#bar"
    },
    "PX7W": {
      "$ref": "#/definitions/B/definitions/W"
    },
    "PX8N": {
      "$ref": "#/definitions/B/definitions/N"
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rj_schema-1.0.5 ext/rj_schema/rapidjson/bin/unittestschema/idandref.json
rj_schema-1.0.4 ext/rj_schema/rapidjson/bin/unittestschema/idandref.json
rj_schema-1.0.3 ext/rj_schema/rapidjson/bin/unittestschema/idandref.json
rj_schema-1.0.2 ext/rj_schema/rapidjson/bin/unittestschema/idandref.json
rj_schema-1.0.1 ext/rj_schema/rapidjson/bin/unittestschema/idandref.json