Sha256: 974c88e1df02bd9d004e90e330985b50a65329c5e882ae975675649b4d106f72

Contents?: true

Size: 206 Bytes

Versions: 6

Compression:

Stored size: 206 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "Search Posts",
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string"
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
json_schema_rails-0.2.1 spec/fixtures/schemas/posts/search.json
json_schema_rails-0.2.0 spec/fixtures/schemas/posts/search.json
json_schema_rails-0.1.0 spec/fixtures/schemas/posts/search.json
json_schema_rails-0.0.3 spec/fixtures/schemas/posts/search.json
json_schema_rails-0.0.2 spec/fixtures/schemas/posts/search.json
json_schema_rails-0.0.1 spec/fixtures/schemas/posts/search.json