Sha256: 013cdb16cd2f7870e392501e1f5d7c2a462fea8c71a29df0ff7d91f44b0c20dd

Contents?: true

Size: 826 Bytes

Versions: 2

Compression:

Stored size: 826 Bytes

Contents

---
user.json:
  get:
    request:
      title: GET user.json (request)
      type: object
      additionalProperties: false
      properties:
        id:
          type: integer
        token:
          type: string
    response:
      title: GET user.json (response)
      type: object
      additionalProperties: false
      properties:
        id:
          type: integer
        avatar:
          type: string
          optional: true
        name:
          type: string
        company:
          type: object
          additionalProperties: false
          properties:
            name:
              type: string
        articles:
          type: array
          items:
            type: object
            properties:
              title:
                type: string
              body:
                type: string

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
json_schema_spec-0.0.5 spec/fixtures/schema.yml
json_schema_spec-0.0.4 spec/fixtures/schema.yml