Sha256: e228ace91c5d8f1931694df499732c62beea5415b8d7e59bfd40dd6ceb585961

Contents?: true

Size: 263 Bytes

Versions: 6

Compression:

Stored size: 263 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "schema with definition",
  "type": "object",
  "properties": {
    "a": {
      "$ref": "#/definitions/foo"
    }
  },
  "definitions": {
    "foo": {
      "type": "integer"
    }
  }
}

Version data entries

6 entries across 5 versions & 3 rubygems

Version Path
mountapi-0.11.1 vendor/bundle/ruby/2.7.0/bundler/gems/json-schema-2253a5ee6679/test/schemas/definition_schema.json
mountapi-0.11.1 vendor/json-schema/test/schemas/definition_schema.json
json-schema-openc-fork-0.0.2 test/schemas/definition_schema.json
json-schema-2.5.1 test/schemas/definition_schema.json
json-schema-openc-fork-0.0.1 test/schemas/definition_schema.json
json-schema-2.5.0 test/schemas/definition_schema.json