Sha256: fc3d3cc5b231102ed1cdee515e049fa6c4ea443d4f456628215722f6a69c7022

Contents?: true

Size: 336 Bytes

Versions: 6

Compression:

Stored size: 336 Bytes

Contents

---
"$schema": "http://json-schema.org/draft-04/schema#"
title: Update 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

6 entries across 6 versions & 1 rubygems

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