Sha256: 7788083243802282073ecec271348ebb74f8851b5381635754c5251c2983b5db

Contents?: true

Size: 198 Bytes

Versions: 6

Compression:

Stored size: 198 Bytes

Contents

{
  "$schema" : "http://json-schema.org/draft-04/schema#",
  "type" : "object",
  "required" : ["first"],
  "properties": {
    "first": {
      "type": "string",
      "enum": ["john"]
    }
  }
}

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/ref john with spaces schema.json
mountapi-0.11.1 vendor/json-schema/test/schemas/ref john with spaces schema.json
json-schema-openc-fork-0.0.2 test/schemas/ref john with spaces schema.json
json-schema-2.5.1 test/schemas/ref john with spaces schema.json
json-schema-openc-fork-0.0.1 test/schemas/ref john with spaces schema.json
json-schema-2.5.0 test/schemas/ref john with spaces schema.json