Sha256: cc6ddbda1dd20b329c3b9a22c0f96c3a1359f9dc0322efaef33837c378f10d26

Contents?: true

Size: 907 Bytes

Versions: 4

Compression:

Stored size: 907 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: array
      items:
        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

4 entries across 4 versions & 1 rubygems

Version Path
json_schema_spec-0.0.9 spec/fixtures/schema.yml
json_schema_spec-0.0.8 spec/fixtures/schema.yml
json_schema_spec-0.0.7 spec/fixtures/schema.yml
json_schema_spec-0.0.6 spec/fixtures/schema.yml