Sha256: 96bbf2a708017fc7939c6a5566dd0ec95ead941aa17cb27da6a26ff771a74409

Contents?: true

Size: 333 Bytes

Versions: 18

Compression:

Stored size: 333 Bytes

Contents

---
"$schema": "http://json-schema.org/draft-04/schema#"
title: New Post
type: object
required:
  - post
properties:
  post:
    type: object
    additionalProperties: false
    required:
      - title
      - body
    properties:
      title:
        type: string
      body:
        type: string
      author:
        type: string

Version data entries

18 entries across 6 versions & 1 rubygems

Version Path
json_schema_rails-0.2.1 spec/fixtures/schemas/posts/create.yml
json_schema_rails-0.2.1 spec/dummy_apps/rails4/app/schemas/posts/create.yml
json_schema_rails-0.2.1 spec/dummy_apps/rails3/app/schemas/posts/create.yml
json_schema_rails-0.2.0 spec/dummy_apps/rails3/app/schemas/posts/create.yml
json_schema_rails-0.2.0 spec/fixtures/schemas/posts/create.yml
json_schema_rails-0.2.0 spec/dummy_apps/rails4/app/schemas/posts/create.yml
json_schema_rails-0.1.0 spec/dummy_apps/rails3/app/schemas/posts/create.yml
json_schema_rails-0.1.0 spec/dummy_apps/rails4/app/schemas/posts/create.yml
json_schema_rails-0.1.0 spec/fixtures/schemas/posts/create.yml
json_schema_rails-0.0.3 spec/dummy_apps/rails3/app/schemas/posts/create.yml
json_schema_rails-0.0.3 spec/fixtures/schemas/posts/create.yml
json_schema_rails-0.0.3 spec/dummy_apps/rails4/app/schemas/posts/create.yml
json_schema_rails-0.0.2 spec/fixtures/schemas/posts/create.yml
json_schema_rails-0.0.2 spec/dummy_apps/rails4/app/schemas/posts/create.yml
json_schema_rails-0.0.2 spec/dummy_apps/rails3/app/schemas/posts/create.yml
json_schema_rails-0.0.1 spec/fixtures/schemas/posts/create.yml
json_schema_rails-0.0.1 spec/dummy_apps/rails3/app/schemas/posts/create.yml
json_schema_rails-0.0.1 spec/dummy_apps/rails4/app/schemas/posts/create.yml